-
-
Save ayr-ton/0cf030298ebcdc9b51bf4c46b6293e90 to your computer and use it in GitHub Desktop.
Workaround to Rails installer 3.2.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
IF NOT "%~f0" == "~f0" GOTO :WinNT | |
@"%~dp0ruby.exe" "%~dp0rails" %1 %2 %3 %4 %5 %6 %7 %8 %9 | |
GOTO :EOF | |
:WinNT | |
@"%~dp0ruby.exe" "%~dpn0" %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment