about summary refs log tree commit diff
path: root/Completion/User/_patch
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_patch')
-rw-r--r--Completion/User/_patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_patch b/Completion/User/_patch
index 3bed6bc89..c5867a6b1 100644
--- a/Completion/User/_patch
+++ b/Completion/User/_patch
@@ -1,7 +1,7 @@
 #compdef patch
 
 if (( ! $+_patch_args )); then
-  local help="$(LANG=C patch --help 2>&1)"
+  local help="$(LC_ALL=C patch --help 2>&1)"
   local -A optionmap
   local arg
   local comp_p='compadd "$expl[@]" -S0 -r "1-9" - ""'