X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frip_burn%2Fchecker_report.sh;h=270a06206d3aa47a38e39dbad2acca4f2f1f2886;hb=e6ce0aa508c3ad1beb167fdf20732b24f383c651;hp=3dd649abf8a000215537bd4814b2ba5b8db2b701;hpb=aa3c39c42b175ba42febe295be6da7fae47713a8;p=feisty_meow.git diff --git a/scripts/rip_burn/checker_report.sh b/scripts/rip_burn/checker_report.sh index 3dd649ab..270a0620 100644 --- a/scripts/rip_burn/checker_report.sh +++ b/scripts/rip_burn/checker_report.sh @@ -4,7 +4,7 @@ # in such a way that the file count can be very high without blowing its # mind, and without any extra headers in the report. -source $FEISTY_MEOW_SCRIPTS/core/functions.sh +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" dirname="$1"; shift outfile="$1"; shift # optional parm. @@ -26,9 +26,9 @@ fi temp_file_list="$(mktemp /tmp/file_list_temporary.XXXXXX)" find "$dirname" -type f >"$temp_file_list" -###-exec echo \"{}\" ';' while read input_text; do checker -q -b "$input_text" 2>&1 >>"$outfile" done <"$temp_file_list" +rm "$temp_file_list"