Package: xulrunner-1.9 Version: 1.9.0.1-1 Severity: wishlist --- browser/app/mozilla.in.orig +++ browser/app/mozilla.in @@ -135,7 +135,7 @@ then echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@" fi -"$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@" +exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@" exitcode=$? exit $exitcode --- build/unix/run-mozilla.sh.orig +++ build/unix/run-mozilla.sh @@ -163,7 +163,7 @@ ## ## Run the program ## - "$prog" ${1+"$@"} + exec "$prog" ${1+"$@"} exitcode=$? if [ "$DEBUG_CORE_FILES" ] then
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]