From 8ade77ea0fd9c00b3111c5a3b03944613a80e43d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 8 Apr 2018 12:37:06 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- bash/bashrc.d/bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc.d/bash_completion.sh b/bash/bashrc.d/bash_completion.sh index 6cca5741..902a7f74 100644 --- a/bash/bashrc.d/bash_completion.sh +++ b/bash/bashrc.d/bash_completion.sh @@ -1,5 +1,5 @@ # Check for interactive bash and that we haven't already been sourced. -if [ -n "${BASH_VERSION-}" -a -n "${PS1-}" -a -z "${BASH_COMPLETION_COMPAT_DIR-}" ]; then +if [ -n "${BASH_VERSION-}" -a -n "${PS1-}" -a -z "${BASH_COMPLETION_VERSINFO-}" ]; then # Check for recent enough version of bash. if [ ${BASH_VERSINFO[0]} -gt 4 ] || \ -- 2.39.5