#!/bin/sh
#
#    Copyright (c) 2003 Brocade Communications Systems, Inc.
#    All rights reserved.
#
#    File name:   tsSetEnvTZ
#    Module name: fabos/src/ts
#
#    This script is sourced in profile to set the
#	 TZ environment variable at login

if FABOS_SWITCHNO=0 /fabos/cliexec/config get ts.tz 5 > /dev/null
then
    unset TZ
fi
