utiliser l'api

This commit is contained in:
Jephte CLAIN 2015-03-26 20:53:48 +04:00
parent b97572414b
commit 2e215cc09f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ -n "$UTOOLS_BASH_COMPLETION" ]; then
[ -f "$_file" ] && source "$_file" [ -f "$_file" ] && source "$_file"
unset _file unset _file
fi fi
if [ -n "$BASH_COMPLETION" ]; then if __bash_completion_enabled; then
for i in "@@dest@@/lib/completion.d/"*; do for i in "@@dest@@/lib/completion.d/"*; do
[ -f "$i" ] || continue [ -f "$i" ] || continue
source "$i" source "$i"