summaryrefslogtreecommitdiff
path: root/xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'xibuild')
-rwxr-xr-xxibuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/xibuild b/xibuild
index 1031dd3..c086ee7 100755
--- a/xibuild
+++ b/xibuild
@@ -108,6 +108,7 @@ xibuild () {
if echo "$EXISTING_HASH" | grep -q "$VER_HASH"; then
printf "$NEUTRAL package exists$RESET\n"
echo "exists $PKG_NAME $DESC" >> $REPORT_LOG
+ rm $LOGFILE
return;
else
printf "$NEUTRAL package outdated\n"