aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmsec.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/msec.sh b/msec.sh
index 2888e3e..34c3786 100755
--- a/msec.sh
+++ b/msec.sh
@@ -1,5 +1,5 @@
#---------------------------------------------------------------
-# Project : Mandrakelinux
+# Project : Mandriva Linux
# Module : msec
# File : msec.sh
# Version : $Id$
@@ -34,6 +34,6 @@ fi
export SECURE_LEVEL
-[ -n "$TMOUT" ] && typeset -r TMOUT
+[ -n "$TMOUT" ] && type typeset > /dev/null 2>&1 && typeset -r TMOUT
# msec.sh ends here