There's still a problem in the post-compile commands. #1236

Closed
opened 2026-01-30 22:19:55 +00:00 by claunia · 2 comments
Owner

Originally created by @zadjii-msft on GitHub (May 21, 2019).

There's still a problem in the post-compile commands.

Some paths are unquoted, i was able to fix it like this.

image
image

Originally posted by @zugazagoitia in https://github.com/microsoft/terminal/issues/438#issuecomment-494291345

Originally created by @zadjii-msft on GitHub (May 21, 2019). There's still a problem in the post-compile commands. Some paths are unquoted, i was able to fix it like this. ![image](https://user-images.githubusercontent.com/23284823/58079867-4b588b80-7bb2-11e9-8331-f737a42f9178.png) ![image](https://user-images.githubusercontent.com/23284823/58079882-54495d00-7bb2-11e9-8a37-b2f82d7d5761.png) _Originally posted by @zugazagoitia in https://github.com/microsoft/terminal/issues/438#issuecomment-494291345_
Author
Owner

@DHowett-MSFT commented on GitHub (May 23, 2019):

@zugazagoitia it looks like you've got a fix for this. Would you mind submitting a pull request?

@DHowett-MSFT commented on GitHub (May 23, 2019): @zugazagoitia it looks like you've got a fix for this. Would you mind submitting a pull request?
Author
Owner

@f1yn commented on GitHub (May 25, 2019):

I think it might be a better solution to just tell people in the readme to have the source code within a non-spaced path. I tried this in reverse (added the quotes and then attempted to move the repo to C:\dev\terminal, and I still get this error.

Looks like there is something else that's escaping the quotes when it's being passed through.

@f1yn commented on GitHub (May 25, 2019): I think it might be a better solution to just tell people in the readme to have the source code within a non-spaced path. I tried this in reverse (added the quotes and then attempted to move the repo to `C:\dev\terminal`, and I still get this error. Looks like there is something else that's escaping the quotes when it's being passed through.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1236