Don't be fooled--this doesn't fix the big UNC problem,
just addresses a quick typo.

-Matt

--- [EMAIL PROTECTED] wrote:
> mbenson     2004/03/02 13:57:42
> 
>   Modified:    src/script ant
>   Log:
>   Fix typo.
>   
>   Revision  Changes    Path
>   1.47      +1 -1      ant/src/script/ant
>   
>   Index: ant
>  
>
===================================================================
>   RCS file: /home/cvs/ant/src/script/ant,v
>   retrieving revision 1.46
>   retrieving revision 1.47
>   diff -u -r1.46 -r1.47
>   --- ant     27 Feb 2004 15:40:34 -0000      1.46
>   +++ ant     2 Mar 2004 21:57:42 -0000       1.47
>   @@ -259,7 +259,7 @@
>      esac
>      case "$LOCALCLASSPATH" in
>        *\\ )
>   -    LOCALCLASSPATH="LOCALCLASSPATH\\"
>   +    LOCALCLASSPATH="$LOCALCLASSPATH\\"
>        ;;
>      esac
>      case "$CLASSPATH" in
>   
>   
>   
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to