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:
parent
f4d05dc17c
commit
8b59ee0979
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue