From b1b58c8fa7264e67e16da80deead3de02a695631 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 21 Nov 2017 09:19:47 +0800 Subject: [PATCH] updated --- scratch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scratch b/scratch index 1b84691..e9c35db 100755 --- a/scratch +++ b/scratch @@ -405,6 +405,8 @@ clearpkgcache() { updports() { + checktool httpup + needroot "Updating ports" for repo in ${PORT_REPO[@]}; do @@ -709,7 +711,7 @@ main() { ### CHECK_UPDATE ### if [ $CHECK_UPDATE ]; then - showupdate | column -t + showupdate exit 0 fi