aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
authorJoseph Wayne Norton <[email protected]>2013-01-30 11:47:52 +0900
committerJoseph Wayne Norton <[email protected]>2013-01-31 09:01:47 +0900
commitdfaba9b00ebd36beed470c17ee87e0e9f91fba42 (patch)
treeb7c66db068f18294b5a949c7b71c8397d09fb1c8 /kerl
parent29de199f17891c2c8a5dd4d3b90b32f29697da60 (diff)
downloadkerl-dfaba9b00ebd36beed470c17ee87e0e9f91fba42.tar.gz
kerl-dfaba9b00ebd36beed470c17ee87e0e9f91fba42.tar.bz2
kerl-dfaba9b00ebd36beed470c17ee87e0e9f91fba42.zip
Fix typo with otp_build.log
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 7c6a4e3..a0258ee 100755
--- a/kerl
+++ b/kerl
@@ -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