mirror of
https://abf.rosa.ru/djam/firefox.git
synced 2025-02-25 19:13:00 +00:00
17 lines
399 B
Diff
17 lines
399 B
Diff
![]() |
--- mozilla/build/unix/run-mozilla.sh.run-mozilla 2005-10-01 07:36:47.000000000 +0200
|
||
|
+++ mozilla/build/unix/run-mozilla.sh 2006-02-09 07:13:54.000000000 +0100
|
||
|
@@ -163,7 +163,12 @@
|
||
|
##
|
||
|
## Run the program
|
||
|
##
|
||
|
- "$prog" ${1+"$@"}
|
||
|
+ if [ -x /usr/bin/soundwrapper ]
|
||
|
+ then
|
||
|
+ /usr/bin/soundwrapper "$prog" ${1+"$@"}
|
||
|
+ else
|
||
|
+ "$prog" ${1+"$@"}
|
||
|
+ fi
|
||
|
exitcode=$?
|
||
|
if [ "$DEBUG_CORE_FILES" ]
|
||
|
then
|