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 bash parameter escaping as passed to docker. #89

Merged
merged 1 commit into from
Mar 20, 2020

Conversation

manthey
Copy link
Contributor

@manthey manthey commented Mar 20, 2020

In order to preserve whitespace in parameters, this uses some arcane bash operations. There is probably a better way to do it, but this works in various tests.

In order to preserve whitespace in parameters, this uses some arcane
bash operations.  There is probably a better way to do it, but this
appears to work in various tests.
@manthey manthey requested a review from BryonLewis March 20, 2020 13:26
@BryonLewis
Copy link
Contributor

pulled and tested:
./build.sh --watch
./build.sh --watch-plugin histomicsui
./build.sh --watch-plugin slicer_cli_web
./test.sh -e lintclient
./test.sh -e py37
./test.sh -e py37 -- -k configViewSpec
Seemed to work properly for all of the above

Copy link
Contributor

@BryonLewis BryonLewis left a comment

Choose a reason for hiding this comment

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

Testing commonly used commands was successful.

@manthey manthey merged commit 3565f5a into master Mar 20, 2020
@manthey manthey deleted the fix-parameter-escaping branch March 20, 2020 14:44
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