aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-04-20 09:48:45 -0500
committerMark Allen <[email protected]>2016-04-20 09:48:45 -0500
commitd7aa3341f23464e6cf990877956d00bd0bce2adb (patch)
tree94c2c83d6c001efe1fb63bc89430633e5ad92c74
parentef7b54dd8f94dc682d7ad10c88f3c149ca00bfa0 (diff)
downloadkerl-d7aa3341f23464e6cf990877956d00bd0bce2adb.tar.gz
kerl-d7aa3341f23464e6cf990877956d00bd0bce2adb.tar.bz2
kerl-d7aa3341f23464e6cf990877956d00bd0bce2adb.zip
Make sure we quote the logfile name
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 5b1b8f8..4b9833a 100755
--- a/kerl
+++ b/kerl
@@ -422,7 +422,7 @@ do_build()
fi
if [ $? -ne 0 ]; then
echo "Build failed:"
- tail $LOGFILE
+ tail "$LOGFILE"
echo
echo "Please see $LOGFILE for full details."
list_remove builds "$1 $2"