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