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

Clean Shell Scripts #999

Merged
merged 4 commits into from Nov 20, 2017
Merged

Clean Shell Scripts #999

merged 4 commits into from Nov 20, 2017

Conversation

Androbin
Copy link
Contributor

Double quote array expansions, otherwise they're like $* and break on spaces.

In POSIX sh, pushd is not supported.
In POSIX sh, popd is not supported.

Iterating over ls output is fragile. Use globs.

Add shebang

Double quote array expansions, otherwise they're like $* and break on spaces.
In POSIX sh, 'pushd' is not supported.
In POSIX sh, 'popd' is not supported.
Iterating over ls output is fragile. Use globs.
Copy link
Collaborator

@oliverchang oliverchang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@oliverchang oliverchang merged commit 2dfd739 into google:master Nov 20, 2017
tmatth pushed a commit to tmatth/oss-fuzz that referenced this pull request Oct 22, 2018
* Clean all.sh

Double quote array expansions, otherwise they're like $* and break on spaces.

* Clean dropbear/build.sh

In POSIX sh, 'pushd' is not supported.
In POSIX sh, 'popd' is not supported.

* Clean woff2/build.sh

Iterating over ls output is fragile. Use globs.

* Clean tinyxml2/build.sh

Add shebang
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