Author: benm
Date: 2005-05-04 15:52:36 -0400 (Wed, 04 May 2005)
New Revision: 44042

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

Modified: trunk/release/packaging/shared-code.sh
===================================================================
--- trunk/release/packaging/shared-code.sh      2005-05-04 19:23:05 UTC (rev 
44041)
+++ trunk/release/packaging/shared-code.sh      2005-05-04 19:52:36 UTC (rev 
44042)
@@ -51,7 +51,7 @@
 {
        FILES=`(find $1 -type d -maxdepth 1) 2> /dev/null`
        
-       [ ! "x$FILES" == x ] || exit 1
+       [ ! "x$FILES" == x ] || return 1
        
        LATEST_VERSION=`(ls -vrd1  $FILES | head -n1) 2> /dev/null`
 }

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

Reply via email to