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