Are you positive that you're a) using tcsh
as your login-shell (cat /etc/passwd to check)
and b) when adding #!/bin/tcsh you're not supposed
to have a space after the ! and c) if you're running
the script rather than sourcing it you won't find
the environment variables your expecting even though
the script executed correctly
Cheers,
Tink