Blame SOURCES/bash-completion-1.99-noblacklist.patch

ace944
diff -up bash-completion-1.99/bash_completion~ bash-completion-1.99/bash_completion
ace944
--- bash-completion-1.99/bash_completion~	2012-01-08 01:03:46.000000000 +0200
ace944
+++ bash-completion-1.99/bash_completion	2012-01-08 13:50:33.412012530 +0200
ace944
@@ -45,7 +45,7 @@ readonly BASH_COMPLETION_COMPAT_DIR
ace944
 
ace944
 # Blacklisted completions, causing problems with our code.
ace944
 #
ace944
-_blacklist_glob='@(acroread.sh)'
ace944
+_blacklist_glob='@()' 
ace944
 
ace944
 # Turn on extended globbing and programmable completion
ace944
 shopt -s extglob progcomp