Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!husc6!m2c!ulowell!hawk!mchetan From: mchetan@hawk.ulowell.edu (Munisuvratha Chetan) Newsgroups: comp.unix.questions Subject: Shell variables - help Message-ID: <1339@ul-cs.ulowell.edu> Date: 8 Oct 90 13:34:42 GMT Sender: news@ul-cs.ulowell.edu Reply-To: mchetan@hawk.ulowell.edu (Munisuvratha Chetan) Organization: University of Lowell, CS Dept. Lines: 10 I have a shell program that sets certain shell variables according to certain working environment. If I execute this program after logging in, the login shell does not have those variables (of course, because the shell program is executed in a new shell). How do I tell the current shell to execute the shell program in the current shell, and NOT in a new shell ? Or, isn't there any such mechanism ? Thanx a bunch.