completion
This commit is contained in:
parent
976cb6e919
commit
195b185f6e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
file='/usr/share/bash-completion/bash_completion'
|
||||
file="/usr/share/bash-completion/bash_completion"
|
||||
|
||||
if [ -f "${file}" ] ; then
|
||||
source "${file}"
|
||||
if [ -f "${file}" ]; then
|
||||
. "${file}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue