From 441208eb6fa19d6eb529da0a176fa647bb005cda Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 16 Dec 2018 16:24:35 +0000 Subject: [PATCH] remove empty echo --- zpm-update | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zpm-update b/zpm-update index fcfb816..c3c65ed 100755 --- a/zpm-update +++ b/zpm-update @@ -290,7 +290,9 @@ done to_install=${to_install#' '} -echo "installing: $to_install" +if [ -n "$to_install" ]; then + echo "installing: $to_install" +fi # absorb anything we're updating or removing, if absorb flag set -- 2.40.0