From 86ed681de751cc5754281557c8d75657d3994e2a Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 22 May 2010 18:28:13 +0200 Subject: [PATCH] more pedantry --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b32f2b0..c68f37c 100644 --- a/Rakefile +++ b/Rakefile @@ -31,7 +31,8 @@ def templated_build(name, opts={}) # extra if opts[:extra] - sh "cat #{source}/#{opts[:extra]} | sed -e 's/{{version}}/#{version}/' > #{opts[:location]}/#{opts[:extra]}" + sh "cat #{source}/#{opts[:extra]} | sed -e 's/{{version}}/#{version}/' \ + > #{opts[:location]}/#{opts[:extra]}" end puts "Done, see #{opts[:location] || '.'}/#{target_js}"