Add description of what is echo'ing.
This commit is contained in:
parent
28b7575b4e
commit
3ac99d17d3
@ -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!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user