about summary refs log tree commit diff
path: root/Completion/User/_users_on
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_users_on')
-rw-r--r--Completion/User/_users_on6
1 files changed, 2 insertions, 4 deletions
diff --git a/Completion/User/_users_on b/Completion/User/_users_on
index b19cff6e7..b5c05e12b 100644
--- a/Completion/User/_users_on
+++ b/Completion/User/_users_on
@@ -2,10 +2,8 @@
 
 local expl
 
-_wanted users || return 1
-
-if which users >/dev/null; then
-  _all_labels users expl 'users logged on' \
+if (( $+commands[users] )); then
+  _wanted users expl 'users logged on' \
       compadd "$@" - $(_call users users) && return 0
 else
   # Other methods of finding out users logged on should be added here