fixing paths
[feisty_meow.git] / scripts / files / checker_report.sh
old mode 100755 (executable)
new mode 100644 (file)
index 759b8d3..3dd649a
@@ -27,8 +27,8 @@ temp_file_list="$(mktemp /tmp/file_list_temporary.XXXXXX)"
 
 find "$dirname" -type f >"$temp_file_list"
 ###-exec echo \"{}\" ';' 
-while read line; do
-  checker -q -b "$line" 2>&1 >>"$outfile"
+while read input_text; do
+  checker -q -b "$input_text" 2>&1 >>"$outfile"
 done <"$temp_file_list"