Skip to content

Commit

Permalink
add current erl bin path on do_update_agner()
Browse files Browse the repository at this point in the history
  • Loading branch information
scalone-cw committed May 9, 2024
1 parent f644e5e commit 1125c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kerl
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ do_update_agner()
fi
TARGET="$KERL_BUILD_DIR/$1/release_$rel"
cd "$KERL_BUILD_DIR/$1/agner_$rel" && \
PATH="$KERL_BUILD_DIR/$1/otp_src_$rel/bin:$PATH" \
AGNER_BIN="$TARGET/bin" AGNER_EXACT_PREFIX="$TARGET/lib" \
./agner install agner > /dev/null 2>&1
if [ "$?" -eq 1 ]; then
Expand Down

0 comments on commit 1125c09

Please sign in to comment.