diff --git a/usr/bin/ctail b/usr/bin/ctail index 054eef8a..67086157 100755 --- a/usr/bin/ctail +++ b/usr/bin/ctail @@ -20,7 +20,7 @@ # along with this program. If not, see . if which ccze >/dev/null 2>&1; then - tail -F $@ | ccze -A + tail -F "$@" | ccze -A else echo "ERROR: ccze not found, hint..." 1>&2 echo " sudo apt-get install ccze" 2>&1