mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
parent
af51ad4ef6
commit
fa3dab30ae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue