diff options
author | ondrej-zoder <ozoder@redhat.com> | 2018-08-01 11:10:56 +0200 |
---|---|---|
committer | ondrej-zoder <ozoder@redhat.com> | 2018-08-01 11:10:56 +0200 |
commit | 13b65c6ad941eb5ac59988a8fa042ed8e1ddde00 (patch) | |
tree | 220163e1e6043b55ee0aa27424b0ed0231dc4383 /firefox-wayland.sh.in | |
parent | Bump release (diff) | |
download | librewolf-fedora-ff-13b65c6ad941eb5ac59988a8fa042ed8e1ddde00.tar.gz librewolf-fedora-ff-13b65c6ad941eb5ac59988a8fa042ed8e1ddde00.tar.bz2 librewolf-fedora-ff-13b65c6ad941eb5ac59988a8fa042ed8e1ddde00.zip |
Fixed rhbz#1610428
Diffstat (limited to 'firefox-wayland.sh.in')
-rw-r--r-- | firefox-wayland.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-wayland.sh.in b/firefox-wayland.sh.in index 108d64c..64a1c86 100644 --- a/firefox-wayland.sh.in +++ b/firefox-wayland.sh.in @@ -4,4 +4,4 @@ # export GDK_BACKEND=wayland -/usr/bin/firefox "$@" +exec /usr/bin/firefox "$@" |