]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - bash-completion/patches/bash-completion-1.99-noblacklist.patch
bash-completion: New package.
[people/arne_f/ipfire-3.x.git] / bash-completion / patches / bash-completion-1.99-noblacklist.patch
diff --git a/bash-completion/patches/bash-completion-1.99-noblacklist.patch b/bash-completion/patches/bash-completion-1.99-noblacklist.patch
new file mode 100644 (file)
index 0000000..f3cd42e
--- /dev/null
@@ -0,0 +1,12 @@
+diff -up bash-completion-1.99/bash_completion~ bash-completion-1.99/bash_completion
+--- bash-completion-1.99/bash_completion~      2012-01-08 01:03:46.000000000 +0200
++++ bash-completion-1.99/bash_completion       2012-01-08 13:50:33.412012530 +0200
+@@ -45,7 +45,7 @@ readonly BASH_COMPLETION_COMPAT_DIR
+ # Blacklisted completions, causing problems with our code.
+ #
+-_blacklist_glob='@(acroread.sh)'
++_blacklist_glob='@()' 
+ # Turn on extended globbing and programmable completion
+ shopt -s extglob progcomp