Substitute both occurrences of install path.
This commit is contained in:
parent
86070a8f60
commit
eab8d5afb8
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Check for recent enough version of bash.
|
# Check for recent enough version of bash.
|
||||||
bash=${BASH_VERSION%.*}; bmajor=${bash%.*}
|
bash=${BASH_VERSION%.*}; bmajor=${bash%.*}
|
||||||
if [ $bmajor -ge 3 -a -r /etc/bash_completion ]; then
|
if [ $bmajor -ge 3 -a -r @sysconfdir@/bash_completion ]; then
|
||||||
# Source completion code.
|
# Source completion code.
|
||||||
. @sysconfdir@/bash_completion
|
. @sysconfdir@/bash_completion
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user