Update 2024-12-31 13:15 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id 2024-12-31 13:15:25 +01:00
parent 0bda01c32e
commit 26abaf99b2

View File

@ -73,7 +73,9 @@ _do_sql() {
) SELECT x, fullpkgname FROM pkg ) SELECT x, fullpkgname FROM pkg
JOIN ports ON fullpkgpath=x; JOIN ports ON fullpkgpath=x;
" "
sqlite3 "$_sqlports" "$_query" echo "SQL QUERY: $_query" > $HOME/pkg-depends.log
echo "RESULT:" >> $HOME/pkg-depends.log
sqlite3 "$_sqlports" "$_query" | tee -a $HOME/pkg-depends.log
} }
_handle_list() { _handle_list() {