You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2010/12/12 00:27:15 UTC

svn commit: r1044742 - /gump/trunk/cron/gump.bat

Author: billbarker
Date: Sat Dec 11 23:27:15 2010
New Revision: 1044742

URL: http://svn.apache.org/viewvc?rev=1044742&view=rev
Log:
coding style changes, no functional change

Modified:
    gump/trunk/cron/gump.bat

Modified: gump/trunk/cron/gump.bat
URL: http://svn.apache.org/viewvc/gump/trunk/cron/gump.bat?rev=1044742&r1=1044741&r2=1044742&view=diff
==============================================================================
--- gump/trunk/cron/gump.bat (original)
+++ gump/trunk/cron/gump.bat Sat Dec 11 23:27:15 2010
@@ -27,11 +27,11 @@ SET GUMP_HOST=%COMPUTERNAME%
 SET LOCAL_ENV=local-env.bat
 IF EXIST  %LOCAL_ENV% CALL %LOCAL_ENV%
 
-SET HOST_LOCAL_ENV="local-env-%GUMP_HOST%.bat"
-SET HOST_LOCAL_PRE_RUN="local-pre-run-${GUMP_HOST}.bat"
-SET HOST_LOCAL_POST_RUN="local-post-run-${GUMP_HOST}.bat"
+SET HOST_LOCAL_ENV=local-env-%GUMP_HOST%.bat
+SET HOST_LOCAL_PRE_RUN=local-pre-run-${GUMP_HOST}.bat
+SET HOST_LOCAL_POST_RUN=local-post-run-${GUMP_HOST}.bat
 
-IF EXIST  %HOST_LOCAL_ENV% CALL %HOST_LOCAL_ENV%
+IF EXIST  "%HOST_LOCAL_ENV%" CALL "%HOST_LOCAL_ENV%"
 
 python gump.py %1 %2 %3 %4 %5