8000 SI-7355 Handle spaces in paths in Windows batch files. by retronym · Pull Request #2435 · scala/scala · GitHub
[go: up one dir, main page]

Skip to content

SI-7355 Handle spaces in paths in Windows batch files. #2435

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

Merged
merged 1 commit into from
Apr 23, 2013

Conversation

retronym
Copy link
Member

Changed "%1%" and %2% to "%~1" and %~2 to allow spaces
in paths by surrounding quotes according to advice at:

http://stackoverflow.com/questions/473117/pass-path-with-spaces-as-parameter-to-bat-file
http://ss64.com/nt/syntax-args.html

Resubmission of #2429

retronym added a commit that referenced this pull request Apr 23, 2013
SI-7355 Handle spaces in paths in Windows batch files.
@retronym retronym merged commit efbac9d into scala:2.10.x Apr 23, 2013
@retronym
Copy link
Member Author

LGTM from @szeiger came on the original PR, I just retargeted this to 2.10.x.

szeiger pushed a commit to szeiger/scala that referenced this pull request Mar 20, 2018
scala#79 is fixed by scala#2435 in the dotty repo. This PR contains the test that failed.
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
0