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

Escape dir vars when calling COMSPEC cmds #3538

Merged
merged 1 commit into from
Jul 2, 2019

Conversation

TyPh00nCdr
Copy link
Contributor

@TyPh00nCdr TyPh00nCdr commented Jul 1, 2019

COMSPEC commands fail when called with unescaped directory arguments which contain white spaces (typically a compound user name).

This PR

COMSPEC commands fail when called with unescaped directory arguments which contain white spaces (typically a compound user name).

This fixes ScoopInstaller#1781 [0] downstream in the "extra" bucket.

[0] ScoopInstaller/Extras#1781

Signed-off-by: Niklas H. <Typhoon.CommanderCool@gmail.com>
@Ash258
Copy link
Contributor

Ash258 commented Jul 1, 2019

Add this to PR description:

- Closes lukesampson/scoop-extras#2389
- Closes #2801

@TyPh00nCdr
Copy link
Contributor Author

Add this to PR description:

- Closes lukesampson/scoop-extras#2389
- Closes #2801

Done

@Ash258
Copy link
Contributor

Ash258 commented Jul 1, 2019

You need to make it strict otherwise it will not automatically close when merged

-lukesampson/scoop-extras#1781
-lukesampson/scoop-extras#2389
-#2801
+- Closes lukesampson/scoop-extras#1781
+- Closes lukesampson/scoop-extras#2389
+- Closes #2801

@TyPh00nCdr
Copy link
Contributor Author

Sorry, didn't know!

@r15ch13 r15ch13 merged commit 0550605 into ScoopInstaller:develop Jul 2, 2019
Ash258 pushed a commit to Ash258/Scoop-Core that referenced this pull request Aug 31, 2019
…staller#3538)

COMSPEC commands fail when called with unescaped directory arguments which contain white spaces (typically a compound user name).

- Closes ScoopInstaller/Extras#1781
- Closes ScoopInstaller/Extras#2389
- Closes ScoopInstaller#2801

Signed-off-by: Niklas H. <Typhoon.CommanderCool@gmail.com>
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

3 participants