View | Details | Raw Unified | Return to bug 15250
Collapse All | Expand All

(-)bash_completion.orig (-1 / +1 lines)
Lines 2092-2098 _apt_get() Link Here
2092
2092
2093
	return 0
2093
	return 0
2094
} &&
2094
} &&
2095
complete -F _apt_get $filenames apt-get
2095
complete -F _apt_get $default apt-get
2096
2096
2097
# Debian apt-cache(8) completion.
2097
# Debian apt-cache(8) completion.
2098
#
2098
#

Return to bug 15250