.xinitrc: fix syntax of test for $XKEYBOARD v1.1.24
authorMichael Prokop <mika@grml.org>
Sun, 18 Oct 2009 12:33:46 +0000 (14:33 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 18 Oct 2009 12:33:46 +0000 (14:33 +0200)
debian/changelog
etc/skel/.xinitrc

index f5a1235..61617d2 100644 (file)
@@ -1,3 +1,9 @@
+grml-etc (1.1.24) unstable; urgency=low
+
+  * .xinitrc: fix syntax of test for $XKEYBOARD.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 18 Oct 2009 14:31:38 +0200
+
 grml-etc (1.1.23) unstable; urgency=low
 
   * .Xresources: drop the 'URxvt*borderLess: True' line which
index 30f2991..17c4052 100755 (executable)
@@ -51,7 +51,7 @@
      [ -r $HOME/.Xmodmap ] && xmodmap $HOME/.Xmodmap || setxkbmap us
   else
      . /etc/sysconfig/keyboard
-     if [ $XKEYBOARD == "us" ] ; then
+     if [ "$XKEYBOARD" = "us" ] ; then
         [ -r $HOME/.Xmodmap ] && xmodmap $HOME/.Xmodmap
      else
         if [ -n "$XKEYMODEL" ] ; then