Global options tweak.
This commit is contained in:
parent
8b97ff3bff
commit
091d9b3088
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ CCACHE_CACHE_SIZE="20G"
|
|||
CCACHE_COMPRESSLEVEL="0"
|
||||
|
||||
# read GLOBAL options if available
|
||||
if [ -f "${HOME}/${DISTRO}/options" ]; then
|
||||
. "${HOME}/${DISTRO}/options"
|
||||
if [ -f "${HOME}/.${DISTRO}/options" ]; then
|
||||
. "${HOME}/.${DISTRO}/options"
|
||||
fi
|
||||
|
||||
# read ROOT options from ${ROOT} if available
|
||||
|
|
Loading…
Reference in a new issue