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

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