diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-08-01 08:27:18 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-08-01 08:27:18 +0000 |
commit | d109322359dc02e5008379da478628e2cace65e7 (patch) | |
tree | f3daff815c9ff25be73e1f1a6892c8a4e6af2fa9 /Completion/User/_cvs | |
parent | 18772af4122cd252f6b1b927c9c493f0a6b687af (diff) | |
download | zsh-d109322359dc02e5008379da478628e2cace65e7.tar.gz zsh-d109322359dc02e5008379da478628e2cace65e7.tar.xz zsh-d109322359dc02e5008379da478628e2cace65e7.zip |
remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves
Diffstat (limited to 'Completion/User/_cvs')
-rw-r--r-- | Completion/User/_cvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_cvs b/Completion/User/_cvs index 110b2520b..410cc4258 100644 --- a/Completion/User/_cvs +++ b/Completion/User/_cvs @@ -817,4 +817,4 @@ _cvs_nonexisting_entries () { } } -[[ -o kshautoload ]] || _cvs "$@" +_cvs "$@" |