Author: mladen.turk(a)jboss.com
Date: 2007-12-12 03:20:58 -0500 (Wed, 12 Dec 2007)
New Revision: 1180
Modified:
trunk/build/unix/build.sh
Log:
Fix typo
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2007-12-12 08:10:27 UTC (rev 1179)
+++ trunk/build/unix/build.sh 2007-12-12 08:20:58 UTC (rev 1180)
@@ -564,7 +564,7 @@
api_srcdir=$1
api_static=$2
- if $apu_static ; then
+ if $api_static ; then
api_common_dir=${build_common_dir}-static
else
api_common_dir=${build_common_dir}
Show replies by date