setup / postinastall script question

Corinna Vinschen vinschen@redhat.com
Fri Jul 9 13:53:00 GMT 2004


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.



More information about the Cygwin-apps mailing list