aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/sandbox.bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/sandbox.bashrc b/data/sandbox.bashrc
index 39452d4..4368877 100644
--- a/data/sandbox.bashrc
+++ b/data/sandbox.bashrc
@@ -1,6 +1,5 @@
# Copyright (C) 2001 Geert Bevin, Uwyn, http://www.uwyn.com
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header$
if [[ -n ${LD_PRELOAD} && ${LD_PRELOAD} != *$SANDBOX_LIB* ]] ; then
export LD_PRELOAD="${SANDBOX_LIB} ${LD_PRELOAD}"
@@ -102,4 +101,3 @@ if [[ ${SANDBOX_INTRACTV} == "1" && -t 1 ]] ; then
done
unset var
fi
-