This website requires JavaScript.
Explore
Help
Sign In
github
/
rebar
Watch
1
Star
0
Fork
You've already forked rebar
0
mirror of
https://github.com/correl/rebar.git
synced
2024-11-15 11:09:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
edf4bbc370
rebar
/
rebar.bat
5 lines
77 B
Batchfile
Raw
Normal View
History
Unescape
Escape
add bat scripts for bootstrap and rebat (windows doesn't understand shebang), make bootstrap work on windows
2010-08-02 17:35:26 +00:00
@
echo
off
Set local scope for env vars in rebar.bat
2011-01-12 15:58:10 +00:00
setlocal
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-10 17:41:49 +00:00
set
rebarscript
=
%~f0
escript.exe
"
%rebarscript:.bat=%
"
%*
Reference in a new issue
Copy permalink