----- Original Message ----- From: H.Merijn Brand <[EMAIL PROTECTED]> Date: Friday, August 24, 2001 12:13 pm Subject: Re: patch > Do you think we should change > > export BAR=foo > > to > > BAR=foo > export BAR > > for portability? It's POSIX I think, not bash. I'm a tcsh user > (sometimes sh), > but seldom if never bash, so I realy don't know about bash > features creaping > in. I've always thought of it as a bash-ism, but mainly because it fails to work on most copies of 'sh' I use. =-) Yes, this was one of the things I had to change to get things to work for me. (I'll go through my copies of the scripts tonight and see if there's anything else I modified, and forward it back. I think y'all have already caught most of it, though.) Regards.
