Fix bug introduced in 3e6040e01
I can't call a function from _arguments
This commit is contained in:
parent
3e6040e01d
commit
7b412ed1ba
|
@ -73,8 +73,14 @@ _port() {
|
||||||
'-y[Perform a dry run.]' \
|
'-y[Perform a dry run.]' \
|
||||||
'-t[enable trace mode debug facilities on platforms that support it (Mac OS X).]' \
|
'-t[enable trace mode debug facilities on platforms that support it (Mac OS X).]' \
|
||||||
"1:Port actions:($actions)" \
|
"1:Port actions:($actions)" \
|
||||||
'*:extra:_port_dispatch' \
|
'*:extra:->extra' \
|
||||||
&& return 0
|
&& return 0
|
||||||
|
|
||||||
|
case "$state" in
|
||||||
|
extra)
|
||||||
|
_port_dispatch
|
||||||
|
;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
_port_dispatch() {
|
_port_dispatch() {
|
||||||
|
|
Loading…
Reference in New Issue