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

Fix escape character/syntax error in updater.sh #1668

Merged
merged 1 commit into from Apr 24, 2023
Merged

Fix escape character/syntax error in updater.sh #1668

merged 1 commit into from Apr 24, 2023

Conversation

bol0gna
Copy link
Contributor

@bol0gna bol0gna commented Apr 23, 2023

Sorry to add yet another updater.sh PR to the pile, this should get rid of the syntax error from #1667

@adrian5
Copy link

adrian5 commented Apr 24, 2023

Using double quotes, you no longer need to escape the single quote:

printf "You shouldn\'t run this with elevated privileges (such as with doas/sudo).\n"

@dngray
Copy link

dngray commented Apr 24, 2023

I provided some feed back in #1651 (comment) it's not the only instance with single quotes that should be changed to double.

@earthlng earthlng merged commit 2f4b93a into arkenfox:master Apr 24, 2023
@earthlng
Copy link
Contributor

THX! sorry for repeatedly fucking this up ;)

@bol0gna bol0gna deleted the updater-patch branch April 27, 2023 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants