Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: environment path Date: Wed, 15 Jun 2005 13:12:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: ----Original Message---- >From: alex hardy >Sent: 15 June 2005 13:02 > Very simple newbie question > > Sometimes I need to set the environment to a file > what is the exact format on command line please > > eg > for > OPENSSL_CONF = /opt/abc.et That's almost right, but you mustn't put spaces around the '=' sign. > export OPENSSL_CONF Yep, you have to export it too so that subshells will see it. Or you can even combine the two into one like this: export OPENSSL_CONF=/opt/abc.et (This is all for bash shell, BTW). cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/