.xinitrc
changeset 589 e1812451b4f8
parent 585 c2ceb8111620
child 653 a5566b182446
--- a/.xinitrc	Tue Nov 13 18:58:40 2012 +0200
+++ b/.xinitrc	Tue Nov 13 19:01:48 2012 +0200
@@ -24,7 +24,7 @@
   # To debug FvwmM4 add "-debug" after "FvwmM4".
   fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" &
   notfy_daemon_cmd=/usr/lib/notification-daemon/notification-daemon
-  if [[ -x $notfy_daemon_cmd ]] then
+  if [[ -x $notfy_daemon_cmd ]]; then
     $notfy_daemon_cmd &
   fi
 fi