From 5862e754d9fdb5dda474cb442596331b79688bfe Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 23 Mar 2015 06:24:22 +0400 Subject: [PATCH] ne pas charger le fichier s'il n'existe pas --- lib/bashrc.d/bash_completion | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/bashrc.d/bash_completion b/lib/bashrc.d/bash_completion index 557bb2e..534ca89 100644 --- a/lib/bashrc.d/bash_completion +++ b/lib/bashrc.d/bash_completion @@ -2,19 +2,21 @@ ##@before * if [ -n "$UTOOLS_BASH_COMPLETION" ]; then - if [ -f /etc/debian_version ]; then + if [ -z "$BASH_COMPLETION" -a -f /etc/debian_version ]; then case "$(