From 9dbfcfe596bef7103779e3014d1ce82e1dcdbb81 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 5 Jun 2019 17:11:16 -0700 Subject: [PATCH] tweak messages --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 6ba1f7b..7eeb80e 100755 --- a/install +++ b/install @@ -96,7 +96,7 @@ softlink_pseudo() { [ "$d1" = ".vim/undo" ] && continue #warn "new destination file. consider manually moving it:" #warn $'\e[32m + \e[0m' "$d1" - warn ' + ' "$d1" + warn " + $d1" fi done } @@ -138,7 +138,7 @@ fi for d in Desktop Documents Downloads Music Pictures Public Templates Video Videos; do [ -d "$d" ] || continue - is_empty "$d" && rm -r "$d" || note "skipping unempty $d" + is_empty "$d" && rm -r "$d" || note "not removing $d because it contains files" done mkdir -p opt/local/bin src work play