summaryrefslogtreecommitdiff
path: root/tmw-cmp-update
diff options
context:
space:
mode:
Diffstat (limited to 'tmw-cmp-update')
-rwxr-xr-xtmw-cmp-update2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmw-cmp-update b/tmw-cmp-update
index 011b704..2b92f10 100755
--- a/tmw-cmp-update
+++ b/tmw-cmp-update
@@ -46,6 +46,8 @@ for FILE in $(find "$TMW_DIR" -type f); do
if [[ "$LOCAL_FILE" != '' ]]; then
if [[ $(cmp "$FILE" "$LOCAL_FILE") != '' ]]; then
cp -fv "$LOCAL_FILE" "$FILE"
+ else
+ echo "Omitting $PATHNAME: Files match"
fi
elif [[ "$LOCAL_FILE" == '' ]]; then
#List files in tmw directory that are not in the local directory