bash_completion: bug sur certains serveurs
This commit is contained in:
parent
9710cf7e70
commit
a08278896a
|
@ -32,4 +32,9 @@ function __bash_completion_module_enabled() {
|
||||||
if ! __bash_completion_enabled; then
|
if ! __bash_completion_enabled; then
|
||||||
__NUTOOLS_BASH_COMPLETION=1
|
__NUTOOLS_BASH_COMPLETION=1
|
||||||
fi
|
fi
|
||||||
[ -n "$BASH_COMPLETION" ] || BASH_COMPLETION=1
|
if [ -z "$BASH_COMPLETION" ]; then
|
||||||
|
BASH_COMPLETION=1
|
||||||
|
# activer les options nécessaires pour la complétion, parce que ce n'est
|
||||||
|
# peut-être pas encore fait.
|
||||||
|
shopt -s extglob progcomp
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue