diff options
author | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:00:42 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:00:42 +0100 |
commit | bee8e7456aef10b3298647cb20f73f7b5803c852 (patch) | |
tree | cbfc930f57395b21dcbc6b1cfe3fa562e165ee97 /firefox.sh.in | |
parent | Fix prefs because of rpm (diff) | |
parent | Fix crash when e10s is disabled and default wl_queue is processed. (diff) | |
download | librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.tar.gz librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.tar.bz2 librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.zip |
Merged with firefox-59
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index a310721..c546795 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -65,7 +65,7 @@ MOZ_LANGPACKS_DIR="$MOZ_DIST_BIN/langpacks" MOZ_EXTENSIONS_PROFILE_DIR="$HOME/.mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" MOZ_PROGRAM="$MOZ_DIST_BIN/$MOZ_FIREFOX_FILE" MOZ_LAUNCHER="$MOZ_DIST_BIN/run-mozilla.sh" - + ## ## Set MOZ_GRE_CONF ## @@ -246,4 +246,5 @@ then echo $MOZ_LAUNCHER $script_args $MOZ_PROGRAM "$@" fi + exec $MOZ_LAUNCHER $script_args $MOZ_PROGRAM "$@" |