-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
cmd doesn't need to be quoted, but sh, pwsh, etc. do and they also need to be escaped😳
dotnet-run-script/src/RunScriptCommand.cs
Lines 117 to 120 in 9f1110c
| process.StartInfo.Arguments = | |
| isCmd | |
| ? $"/d /s /c {toExecute}" | |
| : $"-c \"{toExecute}\""; |
This should be fixed and published ahead of #10.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working