Author: benm
Date: 2005-04-26 17:43:41 -0400 (Tue, 26 Apr 2005)
New Revision: 43625

Modified:
   trunk/release/packaging/shared-code.sh
Log:
fix

Modified: trunk/release/packaging/shared-code.sh
===================================================================
--- trunk/release/packaging/shared-code.sh      2005-04-26 21:40:22 UTC (rev 
43624)
+++ trunk/release/packaging/shared-code.sh      2005-04-26 21:43:41 UTC (rev 
43625)
@@ -47,5 +47,5 @@
 function latest_version ()
 {
        LATEST_VERSION=`ls -d -t -1  $* | head -n1 &> /dev/null`
-       return [ ! "x$LATEST_VERSION" == x ]
+       [ ! "x$LATEST_VERSION" == x ]
 }
\ No newline at end of file

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to