ソースを参照

Fix typos in generated cmd script in bootstrap

Fixes basho/rebar#188
pull/3/head
Mike Lazar 13年前
committed by Tuncer Ayaz
コミット
fa3dab30ae
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bootstrap

+ 1
- 1
bootstrap ファイルの表示

@ -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",

読み込み中…
キャンセル
保存