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

Preserving quotes in arguments for BASH scripts. (fixes #297) #298

Merged
merged 1 commit into from
Jun 21, 2019

Conversation

kherrera-ebsco
Copy link
Contributor

Problem Statement

Quoted arguments are not preserved in BASH scripts.

Solution

Preserving quoted arguments by wrapping $@ with quotes ("$@").

@AlainODea AlainODea merged commit d4e90f0 into oktadev:master Jun 21, 2019
@AlainODea
Copy link
Contributor

Thank you, @kherrera-ebsco. I no longer maintain this, but this is a straight forward fix and I’ve heard from former colleagues that the bug you fixed is a thorn in their side as well.

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