http://qs321.pair.com?node_id=24193


in reply to RE: setenv
in thread setenv

well technically setenv is a csh'ism, so you would expect to see #!/bin/csh at the top.

the equivalent /bin/sh'ism would be

VAR="this is the value of the variable" export VAR

</offtopic nitpicking>
-Mark