1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00

zsh-workers/9252

This commit is contained in:
Tanaka Akira 2000-01-06 15:35:44 +00:00
parent f4d05dc17c
commit 8b59ee0979

View file

@ -31,7 +31,7 @@ if (( ! $+_lp_cache )); then
fi
done < $file[1]
fi
(( $#_lp_cache )) || _lp_cache( 'lp0:Guessed default printer' )
(( $#_lp_cache )) || _lp_cache=( 'lp0:Guessed default printer' )
(( $#_lp_alias_cache )) || unset _lp_alias_cache
fi