From 927830accb3e3609546bde2c2840c9d487f22ed7 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 28 Nov 2003 11:55:10 +0000 Subject: only set SECURE_LEVEL whenever it already exists locally --- msec.csh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/msec.csh b/msec.csh index 137ed2e..3c03754 100755 --- a/msec.csh +++ b/msec.csh @@ -61,6 +61,8 @@ if ( ${?HISTFILESIZE} ) then set history=$HISTFILESIZE endif -setenv SECURE_LEVEL ${SECURE_LEVEL} +if ( ${?SECURE_LEVEL} ) then + setenv SECURE_LEVEL ${SECURE_LEVEL} +endif # msec.csh ends here -- cgit v1.2.1