Explorar el Código

Fix broken windows build

Let's bundle this with another PR
pull/1758/head
Fred Hebert hace 7 años
padre
commit
3630a06a01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_prv_escriptize.erl

+ 1
- 1
src/rebar_prv_escriptize.erl Ver fichero

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

Cargando…
Cancelar
Guardar