We didn't need to before, we moved it to images.h. But now, if files match, delete it/clean up the temp file.
@@ -23,6 +23,8 @@ if [ -f "$FINAL" ]; then
status=$?
if [ $status -eq 0 ]; then
echo "no change..."
+ # Clean up temp file
+ rm -f $BASE
else
mv -f $BASE $FINAL
fi