Author: benm
Date: 2005-04-26 17:44:14 -0400 (Tue, 26 Apr 2005)
New Revision: 43626
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:43:41 UTC (rev
43625)
+++ trunk/release/packaging/shared-code.sh 2005-04-26 21:44:14 UTC (rev
43626)
@@ -46,6 +46,6 @@
function latest_version ()
{
- LATEST_VERSION=`ls -d -t -1 $* | head -n1 &> /dev/null`
+ LATEST_VERSION=`ls -d -t -1 $* | head -n1 2> /dev/null`
[ ! "x$LATEST_VERSION" == x ]
}
\ No newline at end of file
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches