bodewig 2002/09/16 00:28:14
Modified: src/script Tag: ANT_15_BRANCH ant
Log:
merge some additional quotes from HEAD.
Revision Changes Path
No revision
No revision
1.19.2.9 +3 -4 jakarta-ant/src/script/ant
Index: ant
===================================================================
RCS file: /home/cvs/jakarta-ant/src/script/ant,v
retrieving revision 1.19.2.8
retrieving revision 1.19.2.9
diff -u -r1.19.2.8 -r1.19.2.9
--- ant 9 Aug 2002 14:10:00 -0000 1.19.2.8
+++ ant 16 Sep 2002 07:28:14 -0000 1.19.2.9
@@ -18,7 +18,7 @@
# load user ant configuration
if [ -f "$HOME/.antrc" ] ; then
- . $HOME/.antrc
+ . "$HOME/.antrc"
fi
# OS specific support. $var _must_ be set to either true or false.
@@ -117,9 +117,8 @@
fi
done
-# in rpm mode ant/lib is in /usr/share/java/ant
-ANT_LIB="${JAVALIBDIR}/ant"
-
+ # in rpm mode ant/lib is in /usr/share/java/ant
+ ANT_LIB="${JAVALIBDIR}/ant"
fi
# add in the dependency .jar files in non-RPM mode (the default)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>