This commit is contained in:
King Kévin 2014-03-26 11:54:06 +01:00
parent 3bedd38825
commit 01b84fe2ba
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ CLEAN.include("attribs")
# ===============
desc "copy schematic to version it: include version, revision, and date"
tagerts.each do |target|
targets.each do |target|
file tagert[:vsch] => target[:sch] do |t|
sh "cp #{t.prerequisites.join(' ')} #{t.name}"
# on \ is to prevent ruby interpreting it, th other is for sed