repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git]
/
testing
/
sisyphus
/
bin
/
run-mozilla.diff
blob
34be7f413f783b3af3261c0a0ddb8664e0f82340
1
--- run-mozilla.sh 2004-04-18 10:17:09.000000000 -0400
2
+++ run-mozilla.sh.test 2005-08-18 22:27:42.906250000 -0400
3
@@ -163,7 +163,7 @@
4
##
5
## Run the program
6
##
7
- "$prog" ${1+"$@"}
8
+ exec "$prog" ${1+"$@"}
9
exitcode=$?
10
if [ "$DEBUG_CORE_FILES" ]
11
then