This commit is contained in:
King Kévin 2014-03-26 11:59:01 +01:00
parent 35a51b88c8
commit 2546313a3a
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