mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Use relative path to call binaries as some shells break otherwise. Bug 40415. r=waterson
This commit is contained in:
parent
937b3616b9
commit
21939b93e6
@ -59,8 +59,8 @@
|
||||
##
|
||||
#
|
||||
cmdname=`basename $0`
|
||||
MOZ_APPRUNNER_NAME="mozilla-bin"
|
||||
MOZ_VIEWER_NAME="viewer"
|
||||
MOZ_APPRUNNER_NAME="./mozilla-bin"
|
||||
MOZ_VIEWER_NAME="./viewer"
|
||||
MOZ_DIST_BIN=""
|
||||
MOZ_PROGRAM=""
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user