about summary refs log tree commit diff
path: root/Completion/User/_patch
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-30 08:17:29 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-30 08:17:29 +0000
commitc4d72c27f0af9e015e5f7b356c34afa8013283a0 (patch)
tree01761e1cc4ab98fbc53f53ec4f5db407828274cb /Completion/User/_patch
parenta6fa59781ed759988245b5871f48d57fa92c309c (diff)
downloadzsh-c4d72c27f0af9e015e5f7b356c34afa8013283a0.tar.gz
zsh-c4d72c27f0af9e015e5f7b356c34afa8013283a0.tar.xz
zsh-c4d72c27f0af9e015e5f7b356c34afa8013283a0.zip
zsh-workers/9476
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" - ""'