diff options
Diffstat (limited to 'dev-util/quilt/files/quilt-0.63-bash-completion.patch')
-rw-r--r-- | dev-util/quilt/files/quilt-0.63-bash-completion.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/quilt/files/quilt-0.63-bash-completion.patch b/dev-util/quilt/files/quilt-0.63-bash-completion.patch new file mode 100644 index 000000000000..c85caca5c9e1 --- /dev/null +++ b/dev-util/quilt/files/quilt-0.63-bash-completion.patch @@ -0,0 +1,17 @@ +--- 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 |