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:[EMAIL PROTECTED]
Red Hat, Inc.

Reply via email to