Path: utzoo!yunexus!ists!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!ucsd!ucbvax!hplabs!hpfcso!hpfelg!koren From: koren@hpfelg.HP.COM (Steve Koren) Newsgroups: comp.sys.amiga.tech Subject: Re: Ash 1.1 available (already! :-) Message-ID: <13920014@hpfelg.HP.COM> Date: 14 Nov 89 14:53:28 GMT Article-I.D.: hpfelg.13920014 References: <13920013@hpfelg.HP.COM> Organization: HP Elec. Design Div. -FtCollins Lines: 13 > However, a bug in either the compiler or OS is still > preventing 'getenv' from working correctly. I have One thing I forgot to mention; even though Ash's getenv has problems, (since I can't get the Lattice call to work) you can still use something like this: my_var=$(c:getenv my_var) to get the value of an AmigaDos ENV: variable. This has the same effect, its just a little slower. - steve