diff options
Diffstat (limited to 'Completion/User/_lp')
-rw-r--r-- | Completion/User/_lp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_lp b/Completion/User/_lp index cfa2a147c..e996507ce 100644 --- a/Completion/User/_lp +++ b/Completion/User/_lp @@ -59,7 +59,7 @@ if compset -P -P || [[ "$words[CURRENT-1]" = -P ]]; then return 1 fi else - if [[ "$words[1]" = (lpq|lprm) ]]; then + if [[ "${words[1]:t}" = (lpq|lprm) ]]; then if [[ "$words" = *-P* ]]; then printer=(-P "${${words##*-P( |)}%% *}") else |