summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-01-30 13:08:53 +0100
committerMartin Stransky <stransky@redhat.com>2018-01-30 13:08:53 +0100
commit91102985e0953d85c5e61432c3be3caf476dab5c (patch)
tree4665144e2d44ecba0eee220870c7f9ed20d92e86 /firefox.sh.in
parentBuild fixes (diff)
downloadlibrewolf-fedora-ff-91102985e0953d85c5e61432c3be3caf476dab5c.tar.gz
librewolf-fedora-ff-91102985e0953d85c5e61432c3be3caf476dab5c.tar.bz2
librewolf-fedora-ff-91102985e0953d85c5e61432c3be3caf476dab5c.zip
Fixed typo at startup script, removed unused patches
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 591ed62..fec7bec 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -70,7 +70,7 @@ MOZ_LAUNCHER="$MOZ_DIST_BIN/run-mozilla.sh"
##
## Set X11 backed as a default one
##
-if ! [ "$GDK_BACKEND" ] then
+if ! [ "$GDK_BACKEND" ]; then
export GDK_BACKEND=x11
fi
bgstack15