mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
261 B
Diff
12 lines
261 B
Diff
|
--- run-mozilla.sh 2004-04-18 10:17:09.000000000 -0400
|
||
|
+++ run-mozilla.sh.test 2005-08-18 22:27:42.906250000 -0400
|
||
|
@@ -163,7 +163,7 @@
|
||
|
##
|
||
|
## Run the program
|
||
|
##
|
||
|
- "$prog" ${1+"$@"}
|
||
|
+ exec "$prog" ${1+"$@"}
|
||
|
exitcode=$?
|
||
|
if [ "$DEBUG_CORE_FILES" ]
|
||
|
then
|