CLean up temp files

master
Geoffrey Merck 4 years ago
parent f94d931777
commit af2893cbce

@ -64,6 +64,7 @@ endif
if [ $$RETVAL -ne 0 ]; then \
echo "Git version has changed"; \
cp -f /tmp/$@ $@; \
rm /tmp/$@; \
fi;
FORCE:
Loading…
Cancel
Save

Powered by TurnKey Linux.