Add description of what is echo'ing.

This commit is contained in:
Hyperling 2025-04-03 15:02:57 -07:00
parent 28b7575b4e
commit 3ac99d17d3

View File

@ -84,7 +84,7 @@ find "$OLD_DIR" -type f ! -name "*".$EXT | sort | while read file; do
TEMP_FILE="`basename "$file"`" TEMP_FILE="`basename "$file"`"
TEMP_FILE="${TEMP_FILE//[^[:alnum:][:space:].]/}" TEMP_FILE="${TEMP_FILE//[^[:alnum:][:space:].]/}"
echo "$TEMP_FILE" echo "TEMP_FILE='$TEMP_FILE'"
if [[ -s "$TEMP_DIR/$TEMP_FILE" ]]; then if [[ -s "$TEMP_DIR/$TEMP_FILE" ]]; then
echo "*** Skipping file, already exists!" echo "*** Skipping file, already exists!"