From 4fe6b1a1fc223a168fc3058bcd91324610274d7f Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 10 Aug 2005 12:08:56 +0000 Subject: 21571: avoid localised translations that break parsing --- Completion/Debian/Command/_aptitude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Debian/Command/_aptitude b/Completion/Debian/Command/_aptitude index 6ca8f18cd..2bf28cb72 100644 --- a/Completion/Debian/Command/_aptitude +++ b/Completion/Debian/Command/_aptitude @@ -26,7 +26,7 @@ _arguments -C \ case $state in cmds) - cmds=( ${${(M)${(f)"$(aptitude -h 2>/dev/null)"}:#* - *}/(#b) (*[^ ]) #- (*)/$match[1]:$match[2]:l}) + cmds=( ${${(M)${(f)"$(LC_ALL=C _call_program commands aptitude -h 2>/dev/null)"}:#* - *}/(#b) (*[^ ]) #- (*)/$match[1]:$match[2]:l}) _describe -t commands 'aptitude command' cmds && ret=0 ;; -- cgit 1.4.1