Author: jfrederic.clere(a)jboss.com
Date: 2007-12-04 06:28:30 -0500 (Tue, 04 Dec 2007)
New Revision: 1163
Modified:
trunk/build/unix/build.sh
Log:
Typo.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2007-12-04 11:25:43 UTC (rev 1162)
+++ trunk/build/unix/build.sh 2007-12-04 11:28:30 UTC (rev 1163)
@@ -360,7 +360,7 @@
fi
)
ls -l ${dst_dir}/${dst_name}.$package_extension
- if [ $? ne 0 ]; then
+ if [ $? -ne 0 ]; then
echo "buildtar failed"
exit 1
fi
Show replies by date