dims 2003/12/27 07:12:01 Modified: . gumpytest.bat Log: replace $XXX with %XXX% Revision Changes Path 1.4 +10 -10 jakarta-gump/gumpytest.bat Index: gumpytest.bat =================================================================== RCS file: /home/cvs/jakarta-gump/gumpytest.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gumpytest.bat 19 Nov 2003 15:49:06 -0000 1.3 +++ gumpytest.bat 27 Dec 2003 15:12:01 -0000 1.4 @@ -1,10 +1,10 @@ [EMAIL PROTECTED] off - -REM -REM Copyright (c) 2000-2003 The Apache Software Foundation. All rights -REM reserved. - -SET - -CD $GUMP_PYTHON -python gump\test\pyunit.py [EMAIL PROTECTED] off + +REM +REM Copyright (c) 2000-2003 The Apache Software Foundation. All rights +REM reserved. + +SET + +CD %GUMP_PYTHON% +python gump\test\pyunit.py
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
