Przeglądaj źródła

Fix broken windows build

Let's bundle this with another PR
pull/1758/head
Fred Hebert 7 lat temu
rodzic
commit
3630a06a01
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_prv_escriptize.erl

+ 1
- 1
src/rebar_prv_escriptize.erl Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz