[PR #11807] [MERGED] Wrap these commands with quotes #28735

Open
opened 2026-01-31 09:30:26 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11807
Author: @zadjii-msft
Created: 11/22/2021
Status: Merged
Merged: 11/23/2021
Merged by: @undefined

Base: mainHead: dev/migrie/eim/917-i-guess


📝 Commits (3)

📊 Changes

3 files changed (+12 additions, -4 deletions)

View changed files

📝 build/rules/GenerateFeatureFlags.proj (+7 -1)
📝 src/host/ft_uia/Host.Tests.UIA.csproj (+2 -2)
📝 src/propsheet/propsheet.vcxproj (+3 -1)

📄 Description

I'm pretty exactly following the diff from #917. These paths weren't wrapped in "s, so building the solution in a directory with a space in it would explode.

Closes #917.

Turns out, the diff provided by that user wasn't exactly right. I've tested building in a directory with spaces now, and this seems to work.

Also caught a bug in the Generate Feature Flags script.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11807 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 11/22/2021 **Status:** ✅ Merged **Merged:** 11/23/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/migrie/eim/917-i-guess` --- ### 📝 Commits (3) - [`36fa2fe`](https://github.com/microsoft/terminal/commit/36fa2fe37c22cd7021cf08c682714456cf8395c8) Wrap these commands with quotes - [`340c826`](https://github.com/microsoft/terminal/commit/340c8269f2bc948de383c2cecf5bbcc2b6064bad) more space escaping - [`2d8f0eb`](https://github.com/microsoft/terminal/commit/2d8f0ebcc8e5222a1503b924657789b90b2b35dc) spel ### 📊 Changes **3 files changed** (+12 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `build/rules/GenerateFeatureFlags.proj` (+7 -1) 📝 `src/host/ft_uia/Host.Tests.UIA.csproj` (+2 -2) 📝 `src/propsheet/propsheet.vcxproj` (+3 -1) </details> ### 📄 Description I'm pretty exactly following the diff from #917. These paths weren't wrapped in `&quot;`s, so building the solution in a directory with a space in it would explode. Closes #917. Turns out, the diff provided by that user wasn't exactly right. I've tested building in a directory with spaces now, and this seems to work. Also caught a bug in the Generate Feature Flags script. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:30:26 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28735