aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"