From 91102985e0953d85c5e61432c3be3caf476dab5c Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 30 Jan 2018 13:08:53 +0100 Subject: Fixed typo at startup script, removed unused patches --- firefox.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox.sh.in') 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 -- cgit