From e0d80b9a2ec6d4ce5773810ac6a90f6b23993c27 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 17 May 2001 18:14:17 +0000 Subject: typo with compset in _lp --- Completion/Unix/Command/_lp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_lp') diff --git a/Completion/Unix/Command/_lp b/Completion/Unix/Command/_lp index d21f970f7..e7aebb956 100644 --- a/Completion/Unix/Command/_lp +++ b/Completion/Unix/Command/_lp @@ -2,7 +2,7 @@ local expl ret=1 printer list disp strs shown -if compset -P -[dP] || [[ "$words[CURRENT-1]" = -[dP] ]]; then +if compset -P '-[dP]' || [[ "$words[CURRENT-1]" = -[dP] ]]; then _printers else if [[ "$service" = (lpq|lprm) ]]; then -- cgit 1.4.1