Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!MAYO.EDU!buchs From: buchs@MAYO.EDU (Kevin J. Buchs) Newsgroups: comp.sys.apollo Subject: Korn shell, mailing lists Message-ID: <9007061658.AA23939@fermat.Mayo.edu> Date: 6 Jul 90 16:58:22 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 35 I am starting to write korn shell scripts. I would like to disable the execution of the file pointed to by the ENV parameter when entering the script. How is this done? I can do it in a csh script by starting the file with: #!/bin/csh -f I tried this in the korn script but, anything I put in causes it to go into an interactive shell: #!/bin/ksh -DENV= #!/bin/ksh -s -DENV= #!/bin/ksh -DENV="/dev/null" Even defining another parameter this way causes an interactive shell to start: #!/bin/ksh -DANOTHER= Is there a mailing list (not newsgroup) for which this question might be more appropriate? Does anyone know if a HP mailing list exists that is fed from comp.sys.hp? Thanks. ------------------------------------------------------------- Kevin Buchs Internet: buchs@mayo.edu Mayo Foundation Is this my life or is it just an Rochester, MN 55905 incredible, high-speed, simulation? (507) 284-0009 -S. R. Cleaves -------------------------------------------------------------