From: Bdale Garbee Date: Mon, 27 Dec 2010 23:15:44 +0000 (-0700) Subject: see if this fixes the launch bug X-Git-Tag: debian/1.1.3-3~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=037ba1c69429eb075d705cc3865f3226a28cf45d;p=debian%2Fopenrocket see if this fixes the launch bug --- diff --git a/debian/changelog b/debian/changelog index cbe49dbb..d72d5423 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openrocket (1.1.3-3) unstable; urgency=low + + * additional escape to avoid shell expansion at wrong time leading to bogus + error message on launch + + -- Bdale Garbee Mon, 27 Dec 2010 16:14:59 -0700 + openrocket (1.1.3-2) unstable; urgency=low * add Vcs-Browser entry to control file diff --git a/debian/rules b/debian/rules index b550bad1..99c491b0 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