Date: Sat, 10 Feb 2007 13:31:15 +0100 From: Martin Tournoij <carpetsmoker@xs4all.nl> To: freebsd-questions@freebsd.org Subject: Re: export command not found? Message-ID: <20070210123115.GA64844@glitch.carpetsmoker.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 10 Feb 2007 13:02, 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! > > Greetings from Sweden > > /Roger The default shell on FreeBSD is tcsh, which uses setenv, not export. You can install bash, ksh, ect. throught the ports collection or as a package.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070210123115.GA64844>