- apt-build completion was always installed, even if not present
This commit is contained in:
parent
303e727061
commit
b338dee3d4
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - some programmable completion functions for bash 2.05b
|
# bash_completion - some programmable completion functions for bash 2.05b
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.414 2002/09/28 18:38:50 ianmacd Exp $
|
# $Id: bash_completion,v 1.415 2002/09/28 18:48:02 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -1608,8 +1608,7 @@ complete -F _aptitude $default aptitude
|
|||||||
|
|
||||||
# Debian apt-build(1) completion.
|
# Debian apt-build(1) completion.
|
||||||
#
|
#
|
||||||
#have apt-build &&
|
have apt-build &&
|
||||||
_apt_build()
|
|
||||||
{
|
{
|
||||||
local cur prev special i
|
local cur prev special i
|
||||||
|
|
||||||
@ -1661,8 +1660,7 @@ _apt_build()
|
|||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
#[ "$have" ] && complete -F _apt_build $filenames apt-build
|
[ "$have" ] && complete -F _apt_build $filenames apt-build
|
||||||
complete -F _apt_build $filenames apt-build
|
|
||||||
|
|
||||||
# chsh(1) completion
|
# chsh(1) completion
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user