diff options
author | Joseph Wayne Norton <[email protected]> | 2013-01-30 11:47:52 +0900 |
---|---|---|
committer | Joseph Wayne Norton <[email protected]> | 2013-01-31 09:01:47 +0900 |
commit | dfaba9b00ebd36beed470c17ee87e0e9f91fba42 (patch) | |
tree | b7c66db068f18294b5a949c7b71c8397d09fb1c8 /kerl | |
parent | 29de199f17891c2c8a5dd4d3b90b32f29697da60 (diff) | |
download | kerl-dfaba9b00ebd36beed470c17ee87e0e9f91fba42.tar.gz kerl-dfaba9b00ebd36beed470c17ee87e0e9f91fba42.tar.bz2 kerl-dfaba9b00ebd36beed470c17ee87e0e9f91fba42.zip |
Fix typo with otp_build.log
Diffstat (limited to 'kerl')
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -274,7 +274,7 @@ do_git_build() rm -Rf "$KERL_BUILD_DIR/$3" exit 1 fi - LOGFILE="$KERL_BUILD_DIR/$3/opt_build.log" + LOGFILE="$KERL_BUILD_DIR/$3/otp_build.log" echo "Building Erlang/OTP $3 from git, please wait..." ./otp_build autoconf $KERL_CONFIGURE_OPTIONS > "$LOGFILE" 2>&1 && \ ./otp_build configure $KERL_CONFIGURE_OPTIONS > "$LOGFILE" 2>&1 |