This commit is contained in:
Kevin Redon 2014-03-26 11:59:01 +01:00
parent 8cadea31fe
commit a83d952b3b
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ targets.each do |target|
# the date
sh "sed -i 's/\\(date=\\)\\$Date\\$/\\1#{date}/' #{t.name}"
# the revision
sh "sed -i 's/\\(revision=\\)\\$Revision\\$/\\1#{tagert[:sch_rev]}/' #{t.name}"
sh "sed -i 's/\\(revision=\\)\\$Revision\\$/\\1#{targert[:sch_rev]}/' #{t.name}"
end
end