Hi All,
On my system I have csh and sh shell.
I have a $PATH=sth..sth...:/usr/g/myproject/bin
but in sh shell, PATH doesn't have "/usr/g/myproject/bin".
I am executing a script which automatically runs in sh(i can't change it to run in csh) and this script needs to look for "/usr/g/myproject/bin" in PATH. But as this is only available in csh and not in sh, my script fails.
I cannot manually add this path to my sh PATH (this is a project, I cannot control what env variables a script will look for in their scripts).
I believe my solution is to have all PATHS available for all sh and csh. Can someone help me how to make this happen?
Thanks
submitted by [comments]
SOCIAL SHARE CARD GENERATOR