Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Emission Modeling Platform) Issue with using shebang "#!/bin/csh" in emf scripts #118

Open
hnqtran opened this issue Oct 17, 2024 · 0 comments

Comments

@hnqtran
Copy link
Contributor

hnqtran commented Oct 17, 2024

Currently most of scripts under $RUNSCRIPTS/emf/*.csh are using #!/bin/csh On debian-base OS such as Ubuntu, #!/bin/csh is not truly exist but a link to an alternative csh version which cause source: Too many arguments error when $RUNSCRIPTS/emf/*.csh are called. This issue has been reported on CMAS forum in several occasions, such as here and here

On certain Linus OS system such as RedHat/CentOS #!/bin/csh is a soft link to #!/bin/tcsh and the error did not occur.

It is recommended that all $RUNSCRIPTS/emf/*.csh should use #!/bin/tcsh shebang instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant