gentoo-overlay/dev-util/quilt/files/quilt-0.63-bash-completion.patch

17 lines
584 B
Diff

--- bash_completion.orig 2014-10-21 18:15:29.549789267 -0400
+++ bash_completion 2014-10-21 18:15:38.489789221 -0400
@@ -11,8 +11,6 @@
# completion to work then you must set QUILT_PC in your global environment
# (for example in ~/.profile) and not just in your quiltrc file.
-if type quilt &> /dev/null ; then
-
if ! type _expand &> /dev/null ; then
# This function expands tildes in pathnames
#
@@ -310,5 +308,3 @@ _quilt_completion()
&& _quilt_complete_opt="-o filenames"
complete -F _quilt_completion $_quilt_complete_opt quilt
unset -v _quilt_complete_opt
-
-fi