Update 2024-01-02 12:23 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-01-02 12:23:37 +01:00
parent 4c62835757
commit 56244ec01a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ _portsweep() {
}
_portjump() {
[ -z $1 ] && exit 0
[ -z $1 ] && return 1
{
cd /usr/ports \
&& cd $1 \