Use Bash syntax for string 'test'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 02 Jan 2012 20:25:43 +0200
changeset 289 914736b32f8a
parent 288 a489262dc345
child 290 e19be6298b09
Use Bash syntax for string 'test'.
.xinitrc
--- a/.xinitrc	Mon Jan 02 20:25:08 2012 +0200
+++ b/.xinitrc	Mon Jan 02 20:25:43 2012 +0200
@@ -19,7 +19,7 @@
 xsetroot -gray
 
 # Don't use fvwm under Cygwin.
-if [ -z "$COMSPEC" ]; then
+if [[ -z $COMSPEC ]]; then
   fvwm &
 fi