cleaned up temp file for exit case.
[feisty_meow.git] / scripts / buildor / buildor_count_code.sh
index 0be0a0eaf5d0b30b645bb47a786aa628b7e1b898..3bd9fcedb32388983df48385586059bb858606e2 100644 (file)
@@ -17,6 +17,8 @@ while true; do
 
   dir="$1"; shift
   if [ -z "$dir" ]; then
+    rm $NAME_LIST_TEMP_FILE
+
     break;
   fi
 #echo dir is $dir