Re: [NTLK] [OT] Unix gurus: help!

From: Ben Klang (ben_at_alkaloid.net)
Date: Thu Aug 21 2003 - 08:59:46 PDT


I don't recall how this applies to csh/tcsh, but you may need to export
the variables.
Here is a posix bourne shell example
FOO=value
BLAH=value2

export FOO BLAH

if you don't use export, then the variables are local to the script.
Exporting them makes them available to the parent process.

My $0.02.

-BAK

-- 
This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries
List FAQ/Etiquette/Terms: http://www.newtontalk.net/faq.html
Official Newton FAQ: http://www.chuma.org/newton/faq/


This archive was generated by hypermail 2.1.5 : Thu Aug 21 2003 - 09:30:01 PDT