Skip to content

Commit

Permalink
Do not ignore stderr output from kerl build
Browse files Browse the repository at this point in the history
Should fix asdf-vm#288 while still ignoring stdout as originally desired
  • Loading branch information
Nezteb committed Nov 17, 2023
1 parent 6744df7 commit e015f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install_erlang() {
# We hide all output from this command so the
# "You can activate this installation running the following command:"
# that doesn't apply is hidden
$(kerl_path) install "$build_name" "$ASDF_INSTALL_PATH" >/dev/null 2>&1
$(kerl_path) install "$build_name" "$ASDF_INSTALL_PATH" >/dev/null
$(kerl_path) cleanup "$ASDF_INSTALL_VERSION"

link_app_executables "$ASDF_INSTALL_PATH"
Expand Down

0 comments on commit e015f55

Please sign in to comment.