Browse Source

Fix typos in generated cmd script in bootstrap

Fixes basho/rebar#188
pull/3/head
Mike Lazar 13 years ago
committed by Tuncer Ayaz
parent
commit
fa3dab30ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap

+ 1
- 1
bootstrap View File

@ -140,7 +140,7 @@ write_windows_scripts() ->
"@echo off\r\n" "@echo off\r\n"
"setlocal\r\n" "setlocal\r\n"
"set rebarscript=%~f0\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), ok = file:write_file("rebar.cmd", CmdScript),
UTF16BE = {utf16, big}, UTF16BE = {utf16, big},
ok = file:write_file("rebar.ps1", ok = file:write_file("rebar.ps1",

Loading…
Cancel
Save