diff options
| author | Mike Lazar <mike.lazar@asolutions.com> | 2012-01-10 11:00:25 -0600 | 
|---|---|---|
| committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-02-16 19:09:36 +0100 | 
| commit | fa3dab30ae81968b56d089734b969ccd415c0368 (patch) | |
| tree | ee5706a19d69fc5554ea75f569a3c72342027077 | |
| parent | af51ad4ef60e9a574171f67b47e266dbc545bf7c (diff) | |
Fix typos in generated cmd script in bootstrap
Fixes basho/rebar#188
| -rwxr-xr-x | bootstrap | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -140,7 +140,7 @@ write_windows_scripts() ->          "@echo off\r\n"          "setlocal\r\n"          "set rebarscript=%~f0\r\n" -        "escript.exe \"%rebarscript:.bat=%i\" %*\r\n", +        "escript.exe \"%rebarscript:.cmd=%\" %*\r\n",      ok = file:write_file("rebar.cmd", CmdScript),      UTF16BE = {utf16, big},      ok = file:write_file("rebar.ps1", | 
