You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
502 B
12 lines
502 B
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
|
|
|