Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!harpo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.unix-wizards Subject: Re: more startup time Message-ID: <1071@utah-gr.UUCP> Date: Mon, 6-Feb-84 01:29:36 EST Article-I.D.: utah-gr.1071 Posted: Mon Feb 6 01:29:36 1984 Date-Received: Thu, 9-Feb-84 07:14:14 EST References: sequent.354 Lines: 9 Actually, the "unset noglob" after the tset command is NOT irrelevant, because without it you can be left in "noglob" state if the string generated by the tset fails to execute properly (like your shell variable is set to /bin/sh). The "set noglob" command cannot be issued by tset because it will not be interpreted until the tset output has already been "globbed". By then it is too late, so, you need to put it in as a separate command. =Spencer