From 037ba1c69429eb075d705cc3865f3226a28cf45d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 27 Dec 2010 16:15:44 -0700 Subject: [PATCH] see if this fixes the launch bug --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.47.2