Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using csh and I have a small csh script. I want to set an environment variable . say MYENV

% setenv MYENV /home/env --> This works fine

but if I put the same into script, I get an error while running it as setenv:command not found

Any idea why ?

share|improve this question
1  
post your script. It's probably running under /bin/sh, which is a better idea in most cases anyway. – evil otto Dec 6 '12 at 17:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.