From 3ab4fb266af960b0ff91cdb0b4128b4a38c42d34 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 9 Nov 2008 09:48:28 +0000 Subject: cleanup whitespace and comments -- no functional changes Signed-off-by: Mike Frysinger --- data/sandbox.bashrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'data/sandbox.bashrc') 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 - -- cgit v1.2.3-65-gdbad