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

[Bug] Shims miss path quotes " #4749

Closed
kpolitis-msim opened this issue Feb 21, 2022 · 1 comment
Closed

[Bug] Shims miss path quotes " #4749

kpolitis-msim opened this issue Feb 21, 2022 · 1 comment
Labels

Comments

@kpolitis-msim
Copy link

kpolitis-msim commented Feb 21, 2022

Bug Report

Current Behavior

Shims miss quotes to identify path resulting to

Could not create process with command 'C:\Users\My Name\scoop\apps\coreutils\current\bin\pwd.exe '.

Expected Behavior

Additional context/output

Possible Solution

Adding quotes to path fixes the problem

path = "C:\Users\My Name\scoop\apps\coreutils\current\bin\ls.exe"

System details

Windows version:
10

OS architecture:
64bit

PowerShell version: [output of "$($PSVersionTable.PSVersion)"]
5.1.19041.1320

Additional software:
Git

Scoop Configuration

{
    "lastupdate":  "2022-02-21T20:07:12.3749830+01:00",
    "SCOOP_REPO":  "https://github.com/ScoopInstaller/Scoop",
    "SCOOP_BRANCH":  "master"
}
@rashil2000
Copy link
Member

#4728

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants