diff options
author | Oliver Kiddle <opk@zsh.org> | 2014-10-11 01:28:10 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2014-10-11 01:28:10 +0200 |
commit | 98ce8a658ec86cbd115c41e4167bd7002ce63816 (patch) | |
tree | e5dae0283537fbea452dad2ba72f7f8a0f94bb93 /Completion/Debian/Command/_pbuilder | |
parent | 19f038b5fae9b1bec64495eaf8f1a1926716d0a9 (diff) | |
download | zsh-98ce8a658ec86cbd115c41e4167bd7002ce63816.tar.gz zsh-98ce8a658ec86cbd115c41e4167bd7002ce63816.tar.xz zsh-98ce8a658ec86cbd115c41e4167bd7002ce63816.zip |
33424: use common function for completing Debian architectures
Diffstat (limited to 'Completion/Debian/Command/_pbuilder')
-rw-r--r-- | Completion/Debian/Command/_pbuilder | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_pbuilder b/Completion/Debian/Command/_pbuilder index 7811d567b..9322d036a 100644 --- a/Completion/Debian/Command/_pbuilder +++ b/Completion/Debian/Command/_pbuilder @@ -14,8 +14,8 @@ else '--buildresult:location:_files -/' \ '--mirror:URL:_urls' \ '--othermirror:URL:_urls' \ - '--distribution:suite:(breezy dapper edgy etch feisty gutsy hardy hoary intrepid jaunty karmic lenny lucid potato sarge sid squeeze warty woody' \ - '--architecture:architecture:(alpha amd64 armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc)' \ + '--distribution:suite:(breezy dapper edgy etch feisty gutsy hardy hoary intrepid jaunty jessie karmic lenny lucid potato sarge sid squeeze warty woody' \ + '--architecture:architecture:i_deb_architectures' \ '--components:component:(main contrib non-free)' \ '--override-config' \ '--hookdir:location:_files -/' \ |