Skip to content

Commit 1f5eaad

Browse files
committed
Additional fix for JRUBY-4121: Most *.bat commands don't work anymore.
Corrected the jruby.bat script.
1 parent 001f04b commit 1f5eaad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/jruby.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@ECHO OFF
22
IF NOT "%~f0" == "~f0" GOTO :WinNT
3-
@"jruby.exe" -S "gem" %1 %2 %3 %4 %5 %6 %7 %8 %9
3+
@"jruby.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9
44
GOTO :EOF
55
:WinNT
6-
@"jruby.exe" "%~dpn0" %*
6+
@"%~dpn0.exe" %*

0 commit comments

Comments
 (0)