Remove tempfile when done with it

This commit is contained in:
Donald Burr 2015-02-22 09:24:11 -08:00
parent 670252ac60
commit a0671d5054

View file

@ -48,7 +48,7 @@ for DIR in *; do
else else
echo "...already converted" echo "...already converted"
fi fi
#rm -f "$TEMP_OUTFILE" rm -f "$TEMP_OUTFILE"
done done
cd .. cd ..
done done