From c277f25de85e46e094fe8bedea66e5e9622078c4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 1 Dec 2011 08:18:21 -0500 Subject: [PATCH] Give notification before applying local-patch/*.remove. --- dotfiles.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2