rebar/rebar.bat
Jan Klötzke a3a02ef944 Fix rebar.bat path handling
Use "%~f0" to get the full path of rebat.bat to correctly locate the
rebar script. Also put the script name in quotes when passing it to
escript.exe to correctly handle paths with spaces.
2011-06-13 19:36:57 +02:00

4 lines
77 B
Batchfile

@echo off
setlocal
set rebarscript=%~f0
escript.exe "%rebarscript:.bat=%" %*