export command not found?

Erik Trulsson ertr1013 at student.uu.se
Sat Feb 10 12:30:56 UTC 2007


On Sat, Feb 10, 2007 at 01:23:16PM +0100, Roger Olofsson wrote:
> Dear Mailing List,
> 
> 6.2-STABLE FreeBSD just made world.
> 
> # export VARIABLE value
> export: Command not found.
> 
> 
> What happened to export?
> 
> Grateful for any answer!

It looks like you are using csh. It has a different syntax
than /bin/sh.  Among other things it does not use the 'export' command.

If you use /bin/sh instead then 'export' should work just fine.

> 
> Greetings from Sweden
> 
> /Roger




-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013 at student.uu.se


More information about the freebsd-questions mailing list