Commit graph

4 commits

Author SHA1 Message Date
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
Juhani Rankimies
7b0d970646 Set local scope for env vars in rebar.bat 2011-01-12 17:17:34 +01:00
Juhani Rankimies
ff5581c44a Improve rebar.bat
Add support for invoking rebar from other than current directory.
For example: ..\rebar create-node nodeid=mysample

requires rebar.bar and rebar (escript) to be in the same directory.
2010-10-27 11:39:12 -06:00
Juhani Rankimies
8a5eea5ef1 add bat scripts for bootstrap and rebat (windows doesn't understand shebang), make bootstrap work on windows 2010-08-02 20:35:26 +03:00