diff options
Diffstat (limited to 'xibuild')
-rwxr-xr-x | xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |