We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec433f commit 41ea9a4Copy full SHA for 41ea9a4
bin/compile
@@ -44,8 +44,6 @@ echo "Elixir version $elixir_version"
44
curl -ksO ${erlang_source_url} -o ${erlang_tar} || exit 1
45
)
46
47
-ls ${cache_dir}/
48
-
49
echo "Unpacking Erlang ${erlang_version}"
50
tar zxf ${cache_dir}/${erlang_tar} -C ${erlang_root} --strip-components=2
51
@@ -68,7 +66,7 @@ PATH=${build_pack_dir}:$PATH
68
66
69
67
cd ${cache_dir}
70
echo "Fetching Elixir ${elixir_version}"
71
- curl -LsO ${elixir_source_url} -o $elixir_tar || exit 1
+ curl -LksO ${elixir_source_url} -o $elixir_tar || exit 1
72
tar zxf ${cache_dir}/${elixir_tar} -C ${elixir_root} --strip-components=2
73
74
0 commit comments