Author: tfonteyn
Date: 2012-06-01 04:15:37 -0400 (Fri, 01 Jun 2012)
New Revision: 2953
Modified:
trunk/utils/windows/native/service/examples/service.bat
Log:
[JBPAPP-8334] corrected typo + explicitly converted to DOS crlf
Modified: trunk/utils/windows/native/service/examples/service.bat
===================================================================
--- trunk/utils/windows/native/service/examples/service.bat 2012-05-03 16:13:20 UTC (rev
2952)
+++ trunk/utils/windows/native/service/examples/service.bat 2012-06-01 08:15:37 UTC (rev
2953)
@@ -43,7 +43,7 @@
set "EAPPATH=."
)
-if not "x%EAPPATH" == "x" goto getSvcPath
+if not "x%EAPPATH%" == "x" goto getSvcPath
echo Cannot find the run.bat.
echo Invalid installation
goto cmdEnd
Show replies by date