diff options
Diffstat (limited to 'data/sandbox.bashrc')
-rw-r--r-- | data/sandbox.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sandbox.bashrc b/data/sandbox.bashrc index 9b813e1..dfda14d 100644 --- a/data/sandbox.bashrc +++ b/data/sandbox.bashrc @@ -100,7 +100,7 @@ if [[ ${SANDBOX_INTRACTV} == "1" && -t 1 ]] || [[ ${__SANDBOX_TESTING} == "yes" addread() { export SANDBOX_READ=${SANDBOX_READ}:$1 ; } addwrite() { export SANDBOX_WRITE=${SANDBOX_WRITE}:$1 ; } sandboxon() { export SANDBOX_ON="1" ; } - sandboxoff() { export SANDBOX_OFF="0" ; } + sandboxoff() { export SANDBOX_ON="0" ; } [[ -z ${CCACHE_DIR} ]] && [[ -w /root/.ccache ]] && export CCACHE_DIR=/root/.ccache for var in CCACHE_DIR DISTCC_DIR ; do |