El día Thursday, October 14, 2010 a las 10:39:13AM -0400, Lowell Gilbert 
escribió:

> Matthias Apitz <g...@unixarea.de> writes:
> 
> > Hello,
> >
> > I was facing a problem in some Makefile/shell-scripting and finally I
> > could nail it down:
> >
> > when you set the environment variable GZIP to something, for example to
> > let it point to gzip itself, it tries 1st to unpack this file:
> >
        ...

This was my fault. I overlooked it in the man page. SOrry;

> You need to fix the syntax on your 'export' lines.
> Adding a semicolon before the "export" keyword (or
> moving it to the next line) is the smallest change 
> to do this.

Why?

$ FIX=foo export FIX
$ env | fgrep FIX
FIX=foo

        matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <g...@unixarea.de> - w http://www.unixarea.de/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to