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

Escape single quotes in project name in debug export .sh files #99529

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Erhannis
Copy link

My game had a single quote in the name, and when I exported a linux debug build, the generated .sh file didn't escape it correctly, and the script errored "Unterminated quoted string". (The macos code looks like it would have done the same thing, so I fixed that too.) I updated it to replace all ' with '"'"' in those two spots. It compiles and fixes the problem (only tested for linux) on my computer.

@Erhannis Erhannis requested review from a team as code owners November 22, 2024 09:18
@akien-mga akien-mga added bug platform:linuxbsd platform:macos topic:export cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release labels Nov 22, 2024
@akien-mga akien-mga added this to the 4.4 milestone Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release platform:linuxbsd platform:macos topic:export
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants