about summary refs log tree commit diff
path: root/Completion/Unix/Command/_locale
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_locale')
-rw-r--r--Completion/Unix/Command/_locale2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_locale b/Completion/Unix/Command/_locale
index 59e04a282..a7fd88f65 100644
--- a/Completion/Unix/Command/_locale
+++ b/Completion/Unix/Command/_locale
@@ -3,7 +3,7 @@
 local curcontext="$curcontext" state state_descr line expl ret=1
 typeset -A opt_args; local -a specs aopts
 
-if _pick_variant gnu='(GNU|EGLIBC)' unix --version; then
+if _pick_variant gnu='(Free Soft|GNU|GLIBC)' unix --version; then
 
   local exargs="-? --help --usage -V --version"