www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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" <dave DOT korn AT artimi DOT com> |
To: | <cygwin AT cygwin DOT com> |
Subject: | RE: environment path |
Date: | Wed, 15 Jun 2005 13:12:13 +0100 |
MIME-Version: | 1.0 |
In-Reply-To: | <loom.20050615T135826-110@post.gmane.org> |
Message-ID: | <SERRANOB8vA2MXYZhn900000004@SERRANO.CAM.ARTIMI.COM> |
----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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |