Author: benny
Date: 2006-08-10 13:50:29 +0000 (Thu, 10 Aug 2006)
New Revision: 22705

Modified:
   xfce4-panel/trunk/autogen.sh
Log:
Fix invalid test operator.



Modified: xfce4-panel/trunk/autogen.sh
===================================================================
--- xfce4-panel/trunk/autogen.sh        2006-08-10 13:14:41 UTC (rev 22704)
+++ xfce4-panel/trunk/autogen.sh        2006-08-10 13:50:29 UTC (rev 22705)
@@ -36,7 +36,7 @@
 
 xdt-autogen $@
 
-(test "clean" == "$1") && {
+(test x"clean" = x"$1") && {
   rm configure.ac
 } || true
 # vi:set ts=2 sw=2 et ai:

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to