Merge remote-tracking branch 'hw-template/master'

This commit is contained in:
Kevin Redon 2014-03-26 11:59:04 +01:00
commit ec2e9db678
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