summaryrefslogtreecommitdiffstats
path: root/completions/list_owners
diff options
context:
space:
mode:
Diffstat (limited to 'completions/list_owners')
-rw-r--r--completions/list_owners2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/list_owners b/completions/list_owners
index 6179176..f9e4225 100644
--- a/completions/list_owners
+++ b/completions/list_owners
@@ -10,7 +10,7 @@ _comp_cmd_list_owners()
else
# Prefer `list_lists` in the same dir as command
local pathcmd
- pathcmd=$(type -P "$1") && local PATH=${pathcmd%/*}:$PATH
+ pathcmd=$(type -P -- "$1") && local PATH=${pathcmd%/*}:$PATH
_comp_compgen -x list_lists mailman_lists
fi