mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
zsh-workers/9397
This commit is contained in:
parent
b8907b986b
commit
415e93ad39
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
emulate -L zsh
|
||||
|
||||
[[ $1 = -n ]] || zmodload -e zsh/zftp || zmodload -ia zsh/zftp || return 1
|
||||
[[ $1 = -n ]] || zmodload -e zsh/zftp || zmodload -ia zsh/zftp zftp || return 1
|
||||
|
||||
if zmodload -i zutil; then
|
||||
local arr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue