From f2d178f65f4f49fffc6f56e21866b2fcc9afdceb Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 31 Jan 2021 23:19:55 +0100 Subject: [PATCH] fix linting issues --- run.sh | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/run.sh b/run.sh index 47d9075..4040880 100755 --- a/run.sh +++ b/run.sh @@ -52,7 +52,7 @@ do echo failed to process "$FILE" mv "$FILE" "$FAILED_DIR" echo moved "$FILE" to "$FAILED_DIR" - FAILED_FILES+=${FILE}\n + FAILED_FILES+="${FILE}\n" fi echo done < <(find "$SRC_DIR" -maxdepth 1 -name '*.pdf' -print0) @@ -67,16 +67,14 @@ then echo "$FAILED_FILES" sendmail -t thomasruoff@gmail.com <