Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!ai.etl.army.mil!richr From: richr@ai.etl.army.mil (Richard Rosenthal) Newsgroups: comp.unix.questions Subject: ksh named parameter, question Message-ID: <254@ai.etl.army.mil> Date: 10 Feb 89 20:15:51 GMT Reply-To: richr@ai.etl.army.mil. (Richard Rosenthal) Distribution: usa Organization: USAETL, Fort Belvoir, Virginia Lines: 27 Can someone explain this behavior in ksh on both B4.3 and SysV? $ typeset TMOUT integer TMOUT $ print $TMOUT 0 $ typeset TMOUT= $ print $TMOUT 92328 $ typeset TMOUT=0 $ print $TMOUT 0 On another machine TMOUT magically becomes 4 instead of 92328 and that is a real problem! Then I constantly get 60 second timeout warnings. Thanks. -Rich -- Richard Rosenthal Internet: richr@ai.etl.army.mil Engineer Topographic Labs UUCP: ...!ames!ai.etl.army.mil!richr Ft. Belvoir, VA 22060-5546 BITNET: richr%ai.etl.army.mil@CUNYVM +1 202 355 3653 CSNET: richr%ai.etl.army.mil@RELAY.CS.NET