[Xfce4-commits] r25358 - xfce-utils/trunk/scripts

Olivier Fourdan olivier at xfce.org
Mon Apr 2 07:36:32 CEST 2007


Author: olivier
Date: 2007-04-02 05:36:31 +0000 (Mon, 02 Apr 2007)
New Revision: 25358

Modified:
   xfce-utils/trunk/scripts/startxfce4.in
Log:
Fix syntax error in startxfce script (Bug #3089) - Patch by William Bonnet

Modified: xfce-utils/trunk/scripts/startxfce4.in
===================================================================
--- xfce-utils/trunk/scripts/startxfce4.in	2007-04-02 05:35:56 UTC (rev 25357)
+++ xfce-utils/trunk/scripts/startxfce4.in	2007-04-02 05:36:31 UTC (rev 25358)
@@ -61,7 +61,7 @@
   SERVERRC="/etc/X11/xinit/xserverrc $SERVERRC"
 fi
 
-if ! test "x$SERVERRC" = "x"
+if test ! "x$SERVERRC" = "x"
 then
   SERVERRC="-- $SERVERRC"
 fi



More information about the Xfce4-commits mailing list