mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
12 lines
397 B
Diff
Executable File
12 lines
397 B
Diff
Executable File
--- thunderbird 2006-03-08 07:04:19.000000000 -0500
|
|
+++ thunderbird.new 2006-04-20 14:14:41.864224000 -0400
|
|
@@ -179,7 +179,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=$?
|
|
|
|
## Stop addon scripts
|