summaryrefslogtreecommitdiff
blob: c85caca5c9e117b32edebb5d46f3a6992206b47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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