diff --git a/lib/bashrc.d/bash_completion.shared b/lib/bashrc.d/bash_completion.shared index c245252..ac80471 100644 --- a/lib/bashrc.d/bash_completion.shared +++ b/lib/bashrc.d/bash_completion.shared @@ -4,7 +4,10 @@ if [ -n "$UTOOLS_BASH_COMPLETION" ]; then function __bash_completion_enabled() { return 1; } function __bash_completion_module_enabled() { return 1; } - if [ -f /etc/debian_version ]; then + _file= + if [ -n "$UTOOLS_BASH_COMPLETION_COMPAT" ]; then + _file="@@dest@@/lib/ulib/$UTOOLS_BASH_COMPLETION_COMPAT/bash_completion" + elif [ -f /etc/debian_version ]; then case "$(