[Xfce4-commits] <thunar:nick/1.8> Remove bashishm.
Nick Schermer
noreply at xfce.org
Sun Aug 4 23:42:01 CEST 2013
Updating branch refs/heads/nick/1.8
to d2a60ed1fbd96114b87ec02dd1842cf17acac783 (commit)
from e9189f5a3139631d0ef35a63c189e5d9167712d1 (commit)
commit d2a60ed1fbd96114b87ec02dd1842cf17acac783
Author: Nick Schermer <nick at xfce.org>
Date: Sun Aug 4 23:37:28 2013 +0200
Remove bashishm.
thunar/thunar-settings | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-settings b/thunar/thunar-settings
index 334af2c..a1954f2 100755
--- a/thunar/thunar-settings
+++ b/thunar/thunar-settings
@@ -4,7 +4,7 @@
test "x$DISPLAY" != "x" || DISPLAY=:0
-if [ "x$1" == "x--desktop" ]; then
+if [ "x$1" = "x--desktop" ]; then
method="DisplayDesktopDialog"
else
method="DisplayPreferencesDialog"
More information about the Xfce4-commits
mailing list