1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

25131: typo with b:zstat loading zstat

This commit is contained in:
Peter Stephenson 2008-06-03 09:30:56 +00:00
parent e6027db326
commit a46bb7f49d
6 changed files with 13 additions and 5 deletions

View file

@ -561,7 +561,7 @@ _cvs_watchers() {
_cvs_loadstat() {
(( $+_cvs_loadstat_status )) && return $_cvs_loadstat_status
zmodload -F zsh/stat zstat 2>/dev/null
zmodload -F zsh/stat b:zstat 2>/dev/null
(( _cvs_loadstat_status = ! $+builtins[zstat] ))
return $_cvs_loadstat_status
}