This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setup / postinastall script question


On Jul  9 09:46, Igor Pechtchanski wrote:
> On Fri, 9 Jul 2004, Gerrit P. Haase wrote:
> > export PATH=/usr/X11R6/bin:$PATH
> 
> Well, postinstall scripts are usually run with /bin/sh, which means that
> you'd have to use the following syntax:
> 
> PATH="/usr/X11R6/bin:$PATH"
> export PATH

Erm... `export FOO=bar' is perfectly valid bourne shell syntax.  Just try
it in ash.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]