Marcus,
That's surprising, I always thought the use of '^' was fairly standard in
regular expressions.
Okay, just take off the '^' I don't think there'll be many other "*Darwin"
OSs out there in the next few years!
Stuart.
On Thursday, July 12, 2001, at 01:14 pm, Marcus Crafter wrote:
> H
Hi Stuart,
> Can I suggest the following patch to bin/ant for Mac OS X at the moment
> (replacing last line):
>
> if [ $( expr $OSTYPE : '^[dD]arwin.*' ) > 0 ]; then
> $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}"
> $ANT_OPTS org.apache.tools.ant.Main "$@"
> else
>