Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rebar.bat path handling | Jan Klötzke | 2011-06-13 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Set local scope for env vars in rebar.bat | Juhani Rankimies | 2011-01-12 | 1 | -0/+1 |
| | |||||
* | Improve rebar.bat | Juhani Rankimies | 2010-10-27 | 1 | -1/+2 |
| | | | | | | | 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. | ||||
* | add bat scripts for bootstrap and rebat (windows doesn't understand ↵ | Juhani Rankimies | 2010-08-02 | 1 | -0/+2 |
shebang), make bootstrap work on windows |