Skip to content

Commit e4902a4

Browse files
author
pledbrook
committed
Fixed check for JP Software's NT shell in startGrails.bat.
git-svn-id: https://svn.codehaus.org/grails/trunk@6480 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 24239c5 commit e4902a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/startGrails.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ if "%GROOVY_HOME%" == "" set GROOVY_HOME=%DIRNAME%..
6161

6262
:init
6363
@rem Get command-line arguments, handling Windowz variants
64-
if not "%OS%" == "Windows_NT" goto win9xME_args
65-
if "%eval[2+2]" == "4" goto 4NT_args
64+
if "%@eval[2+2]" == "4" goto 4NT_args
6665

6766
:win9xME_args
6867
@rem remove trailing slash from GRAILS_HOME

0 commit comments

Comments
 (0)