Date: Tue, 25 Sep 2001 10:00:09 -0500 From: Joseph Koenig <joe@jwebmedia.com> To: freebsd-questions@FreeBSD.ORG Subject: export and putenv Message-ID: <3BB09BF8.2DDD3E91@jwebmedia.com>
next in thread | raw e-mail | index | archive | help
I'm trying to set an environmental variable
(ODBCINI=/usr/local/src/bin/odbc.ini) and I tried export
ODBCINI=/usr/local/src/bin/odbc.ini and it says "command export not
found". So I tried putenv("ODBCINI=/usr/local/src/bin/odbc.ini") and it
says "Badly placed ()'s". What am I doing wrong? Thanks,
Joe
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BB09BF8.2DDD3E91>
