txlyre hai 1 ano
pai
achega
de29ae5c42
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      langs/erlang/run.sh

+ 4 - 0
langs/erlang/run.sh

@@ -2,4 +2,8 @@ IN="$(mktemp --suffix .erl)"
 
 cat > "$IN"
 
+# Because escript ignores the very first line (why…).
+sed -i "1i
+" "$IN"
+
 escript "$IN"