Re: [PATCH] Re: C2 - cannot compile

2001-07-12 Thread Stuart Roebuck
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

Re: [PATCH] Re: C2 - cannot compile

2001-07-12 Thread Marcus Crafter
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 >