зеркало из https://github.com/mozilla/pjs.git
Work with versions of bash older than version 2. Not part of the default build. Bug #104768.
This commit is contained in:
Родитель
8a585b0ce7
Коммит
2c24498c21
|
@ -156,7 +156,7 @@ ALREADY_RUNNING=`check_running`
|
|||
|
||||
# If there is no command line argument at all then try to open a new
|
||||
# window in an already running instance.
|
||||
if [ "${ALREADY_RUNNING}" == "1" ] && [ -z "$1" ]; then
|
||||
if [ "${ALREADY_RUNNING}" -eq "1" ] && [ -z "$1" ]; then
|
||||
exec $MOZ_PROGRAM -remote "xfeDoCommand(openBrowser)" 2>/dev/null >/dev/null
|
||||
fi
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче