diff options
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 2 |
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 |