From: Bdale Garbee Date: Mon, 27 Dec 2010 23:20:33 +0000 (-0700) Subject: oops, wrong escape character X-Git-Tag: debian/1.1.3-3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9b828ed7862d4e3a4135893ee6f74a3d94581e58;p=debian%2Fopenrocket oops, wrong escape character --- diff --git a/debian/rules b/debian/rules index 99c491b0..ff7519ce 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_auto_build: override_dh_auto_install: cp build/jar/* `pwd`/debian/openrocket/usr/share/java/ - printf '#!/bin/sh\nexec java -jar /usr/share/java/%s "\$@"\n' \ + printf '#!/bin/sh\nexec java -jar /usr/share/java/%s "$$@"\n' \ "`/bin/ls build/jar`" > \ `pwd`/debian/openrocket/usr/bin/openrocket