Update of /cvsroot/mahogany/M/extra/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3196/extra/scripts

Modified Files:
        m4.bat 
Log Message:
use exit /b to exit just this batch file and not the entire shell

Index: m4.bat
===================================================================
RCS file: /cvsroot/mahogany/M/extra/scripts/m4.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- m4.bat      11 Mar 2004 11:00:18 -0000      1.3
+++ m4.bat      24 Jan 2005 18:18:54 -0000      1.4
@@ -23,6 +23,6 @@
 echo Usage: m4.bat input_dir output_dir
 rem echo was called as %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
-exit 1
+exit /b 1
 
 :end
-exit 0
+exit /b 0



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to