-
-
Notifications
You must be signed in to change notification settings - Fork 941
Additional fixes for jruby.sh #8656
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
Conversation
These are read only in eval via a call to preextend below, so we disable the unused var warning.
The dash shell is a variable of ash that adds a few nice-to-have features like 'local' variables. We specify that shellcheck should use dash for verification, since the alternative to local variables is unpleasant.
8e7aa88 to
834fde4
Compare
|
I fixed the |
mrnoname1000
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly stylistic comments
mrnoname1000
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Aditional patches for
set -uand POSIX shell compatibility.