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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
