From: W. Trevor King Date: Thu, 1 Dec 2011 13:18:21 +0000 (-0500) Subject: Give notification before applying local-patch/*.remove. X-Git-Tag: v0.3~28 X-Git-Url: http://git.tremily.us/?p=dotfiles-framework.git;a=commitdiff_plain;h=c277f25de85e46e094fe8bedea66e5e9622078c4 Give notification before applying local-patch/*.remove. --- diff --git a/dotfiles.sh b/dotfiles.sh index b660596..6571f98 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -460,6 +460,7 @@ function patch() # remove any files marked for removal in local-patch for REMOVE in "${REPO}/local-patch"/*.remove; do if [ -f "${REMOVE}" ]; then + echo "apply ${FILE}" while read LINE; do if [ -z "${LINE}" ] || [ "${LINE:0:1}" = '#' ]; then continue # ignore blank lines and comments