[Nice-commit] Nice/bin nicec.bat,1.16,1.17
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-07-02 21:15:12
|
Update of /cvsroot/nice/Nice/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1836/bin Modified Files: nicec.bat Log Message: Set the echo back on at the end, which is useful when nicec is called from another script. Index: nicec.bat =================================================================== RCS file: /cvsroot/nice/Nice/bin/nicec.bat,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** nicec.bat 29 Jun 2004 18:54:49 -0000 1.16 --- nicec.bat 2 Jul 2004 21:15:00 -0000 1.17 *************** *** 19,21 **** :end rem -- clean up a bit ! set NICEPATH= \ No newline at end of file --- 19,22 ---- :end rem -- clean up a bit ! set NICEPATH= ! @echo on \ No newline at end of file |