소스 검색

Fix broken windows build

Let's bundle this with another PR
pull/1758/head
Fred Hebert 7 년 전
부모
커밋
3630a06a01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_escriptize.erl

+ 1
- 1
src/rebar_prv_escriptize.erl 파일 보기

@ -267,7 +267,7 @@ rm_newline(String) ->
[C || C <- String, C =/= $\n].
write_windows_script(Target) ->
CmdPath = Target ++ ".cmd",
CmdPath = unicode:characters_to_list(Target) ++ ".cmd",
CmdScript=
"@echo off\r\n"
"setlocal\r\n"

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