]> pd.if.org Git - zpackage/commitdiff
remove empty echo
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 16 Dec 2018 16:24:35 +0000 (16:24 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 16 Dec 2018 16:24:35 +0000 (16:24 +0000)
zpm-update

index fcfb81668887476ce4aa872a051cb262dd312d92..c3c65ed4d9c8b6423c6f4f197b59b96620d6e022 100755 (executable)
@@ -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