From 256cf4d5e214ca4bd0a06a210183d388a7d66038 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Sun, 23 Jul 2017 16:25:36 -0600 Subject: Update stowsh --- stowsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stowsh') diff --git a/stowsh b/stowsh index 3f9c687..af3c7b1 100755 --- a/stowsh +++ b/stowsh @@ -172,10 +172,10 @@ if [ "$0" = "$BASH_SOURCE" ]; then for i in ${!PACKAGES[*]}; do pkg=${PACKAGES[$i]} if [[ $UNINSTALL -eq 1 ]]; then - if [[ $VERBOSE -gt 0 ]] ; then echoerr "uninstalling $pkg from $TARGET" ; fi + if [[ $VERBOSE -gt 0 ]] ; then echoerr "Uninstalling $pkg from $TARGET" ; fi stowsh_uninstall "$pkg" "$TARGET" else - if [[ $VERBOSE -gt 0 ]] ; then echoerr "installing $pkg to $TARGET" ; fi + if [[ $VERBOSE -gt 0 ]] ; then echoerr "Installing $pkg to $TARGET" ; fi stowsh_install "$pkg" "$TARGET" fi done -- cgit v1.2.3-70-g09d2