]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 9 Apr 2018 16:18:19 +0000 (18:18 +0200)
committerFrank Brehm <frank@brehm-online.com>
Mon, 9 Apr 2018 16:18:19 +0000 (18:18 +0200)
bash/bashrc.d/bash_completion.sh

index 6cca57410418951bc4ffe7cb851bd59ed48bfe78..902a7f744eb87bd1e0fe03a67b620644e94df715 100644 (file)
@@ -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 ] || \