Skip to content

Additional escapes for args processing#487

Merged
johnrengelman merged 1 commit intoGradleUp:masterfrom
minkenlai:minkenlai-patch-2
Jun 29, 2019
Merged

Additional escapes for args processing#487
johnrengelman merged 1 commit intoGradleUp:masterfrom
minkenlai:minkenlai-patch-2

Conversation

@minkenlai
Copy link
Copy Markdown
Contributor

Fixes issue #465

For reference, gradle produces the following, which shadow should match:

for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done

Fixes issue GradleUp#465

For reference, gradle produces the following, which shadow should match:
```
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
```
@minkenlai minkenlai force-pushed the minkenlai-patch-2 branch from 105d529 to dc4a0fb Compare May 2, 2019 18:04
@johnrengelman johnrengelman merged commit 6e8cd2c into GradleUp:master Jun 29, 2019
@johnrengelman johnrengelman added this to the 5.1.0 milestone Jun 29, 2019
@minkenlai minkenlai deleted the minkenlai-patch-2 branch July 2, 2019 17:49
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.

2 participants