summaryrefslogtreecommitdiff
path: root/firefox-wayland.sh.in
diff options
context:
space:
mode:
authorondrej-zoder <ozoder@redhat.com>2018-08-01 11:10:56 +0200
committerondrej-zoder <ozoder@redhat.com>2018-08-01 11:10:56 +0200
commit13b65c6ad941eb5ac59988a8fa042ed8e1ddde00 (patch)
tree220163e1e6043b55ee0aa27424b0ed0231dc4383 /firefox-wayland.sh.in
parentBump release (diff)
downloadlibrewolf-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.in2
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 "$@"
bgstack15