mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
mpbb-install-port: fix parsing new options
See: https://trac.macports.org/ticket/73409
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ EOF
|
||||
|
||||
install-port() {
|
||||
local args
|
||||
parseopt source "$@" || return
|
||||
parseopt source,mirrordb-url:,mirrordb-credentials-file: "$@" || return
|
||||
# $option_source is set by parseopt
|
||||
# shellcheck disable=SC2154
|
||||
: "${option_source=0}"
|
||||
|
||||
Reference in New Issue
Block a user