aboutsummaryrefslogtreecommitdiff
path: root/stowsh
diff options
context:
space:
mode:
Diffstat (limited to 'stowsh')
-rwxr-xr-xstowsh4
1 files changed, 2 insertions, 2 deletions
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