From 662abdc59c0a47348247f2f5bcfac45179c241ecdb0dcf6a95ceef54ead9cc3c Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 19 Nov 2014 22:02:44 +0000 Subject: [PATCH] Accepting request 262389 from home:Ledest:bashisms fix mozilla.sh script after previous commit OBS-URL: https://build.opensuse.org/request/show/262389 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=268 --- MozillaThunderbird.changes | 5 +++++ mozilla.sh.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 7ccd6ae..db4f847 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 22:00:00 UTC 2014 - Led + +- fix mozilla.sh script after previous commit + ------------------------------------------------------------------- Sun Nov 16 21:22:00 UTC 2014 - Led diff --git a/mozilla.sh.in b/mozilla.sh.in index 4a35c0d..df51608 100644 --- a/mozilla.sh.in +++ b/mozilla.sh.in @@ -132,7 +132,7 @@ if [ $moz_debug -eq 1 ]; then tmpfile=`mktemp /tmp/mozargs.XXXXXX` || { echo "Cannot create temporary file" >&2; exit 1; } trap " [ -f \"$tmpfile\" ] && /bin/rm -f -- \"$tmpfile\"" 0 1 2 3 13 15 echo "set args ${1+"$@"}" > $tmpfile - echo "run" > $tmpfile + echo "run" >> $tmpfile echo "$moz_debugger $MOZ_PROGRAM -x $tmpfile" exec $moz_debugger "$MOZ_PROGRAM" -x $tmpfile else