From 28bb53120345aa9f70fd8ca866e553f6d276d7de Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 2 Jun 2016 17:24:46 +0400 Subject: [PATCH] =?UTF-8?q?activer=20l'auto-compl=C3=A9tion=20sur=20debian?= =?UTF-8?q?=20jessie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/bashrc.d/bash_completion.shared | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/bashrc.d/bash_completion.shared b/lib/bashrc.d/bash_completion.shared index 7ee52d1..b9e9cc8 100644 --- a/lib/bashrc.d/bash_completion.shared +++ b/lib/bashrc.d/bash_completion.shared @@ -11,9 +11,9 @@ if [ -n "$UTOOLS_BASH_COMPLETION" ]; then # exactement, avec bash 4.0) _file="@@dest@@/lib/ulib/bash40/bash_completion" ;; - 7*|wheezy*) - # le code suivant n'est compatible qu'avec debian wheezy (plus - # exactement, avec bash 4.1) + 7*|wheezy*|8*|jessie*) + # le code suivant n'est compatible qu'avec debian wheezy et + # supérieur (plus exactement, avec bash 4.1) _file="@@dest@@/lib/ulib/bash41/bash_completion" ;; esac