[Xfce4-commits] r25357 - xfce-utils/branches/xfce_4_4/scripts

Olivier Fourdan olivier at xfce.org
Mon Apr 2 07:35:57 CEST 2007


Author: olivier
Date: 2007-04-02 05:35:56 +0000 (Mon, 02 Apr 2007)
New Revision: 25357

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

Modified: xfce-utils/branches/xfce_4_4/scripts/startxfce4.in
===================================================================
--- xfce-utils/branches/xfce_4_4/scripts/startxfce4.in	2007-04-01 19:16:39 UTC (rev 25356)
+++ xfce-utils/branches/xfce_4_4/scripts/startxfce4.in	2007-04-02 05:35:56 UTC (rev 25357)
@@ -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