Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 13:30:50 +0100
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Roger Olofsson <raggen@passagen.se>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: export command not found?
Message-ID:  <20070210123050.GA647@owl.midgard.homeip.net>
In-Reply-To: <45CDB934.6080802@passagen.se>
References:  <45CDB934.6080802@passagen.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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@student.uu.se



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070210123050.GA647>