From 2546313a3a78db2cc75c6200429a233b565de30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 26 Mar 2014 11:59:01 +0100 Subject: [PATCH] bug fix --- hardware/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/Rakefile b/hardware/Rakefile index b09b445..f55626a 100644 --- a/hardware/Rakefile +++ b/hardware/Rakefile @@ -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