From 6ad488cca9e3dbb7c2e99b578171733e18876404 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Mon, 8 Apr 2013 20:32:47 +0100 Subject: bash-completion: setarch: use correct list for architectures Signed-off-by: Sami Kerola --- bash-completion/setarch | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'bash-completion/setarch') diff --git a/bash-completion/setarch b/bash-completion/setarch index 80aabd5aa..b2c6a074b 100644 --- a/bash-completion/setarch +++ b/bash-completion/setarch @@ -10,14 +10,7 @@ _setarch_module() ;; esac if [ $COMP_CWORD -eq 1 ]; then - COMPREPLY=( $(compgen -W "linux32 linux64 ppc32 ppc ppc64 - ppc64pseries ppc64iseries i386 - i486 i586 i686 athlon x86_64 - ia64 parisc32 parisc parisc64 - s390 s390x sparc sparc32bash - sparc32 sparc64 mips32 mips - mips64 alpha alphaev5 alphaev56 - alphaev6 alphaev67" -- $cur) ) + COMPREPLY=( $(compgen -W "$(setarch --list)" -- $cur) ) return 0 fi case $cur in -- cgit v1.2.3-55-g7522