base-files: fixed another shell error from 0.60.
This commit is contained in:
@@ -19,6 +19,6 @@ if [ -d /etc/profile.d/ ]; then
|
||||
fi
|
||||
|
||||
# Source global bash config
|
||||
if [ -n "$PS1" && -n "$BASH" && -r /etc/bashrc ]; then
|
||||
if [ -n "$PS1" -a -n "$BASH" -a -r /etc/bashrc ]; then
|
||||
. /etc/bashrc
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user