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

Fix shell syntax. #279

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

sebastic
Copy link
Contributor

The lintian QA tool reported a shell syntax error for the Debian package build:

$ bash -n /usr/bin/ncclimo
/usr/bin/ncclimo: line 1805: syntax error near unexpected token `elif'
/usr/bin/ncclimo: line 1805: `    elif [ -n "${PBS_NODEFILE}" ]; then '

```
$ bash -n /usr/bin/ncclimo
/usr/bin/ncclimo: line 1805: syntax error near unexpected token `elif'
/usr/bin/ncclimo: line 1805: `    elif [ -n "${PBS_NODEFILE}" ]; then '
```
@czender czender merged commit d643031 into nco:master Feb 17, 2024
1 check passed
@czender
Copy link
Member

czender commented Feb 17, 2024

Thanks for finding and fixing this!

@sebastic sebastic deleted the shell-script-fails-syntax-check branch February 17, 2024 15:01
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

Successfully merging this pull request may close these issues.

None yet

2 participants