소스 검색

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

불러오는 중...
취소
저장