bash: changed some tests from existing file to readable file

This commit is contained in:
Gregor Bückendorf 2018-12-07 00:40:07 +01:00
parent 457f265f36
commit 0c9b44e53f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
if [[ -r /etc/bashrc ]]; then
. /etc/bashrc
fi