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

properly shell escape backslash, fixes #180 #181

Merged
merged 2 commits into from
Jun 20, 2017

Conversation

hwine
Copy link
Contributor

@hwine hwine commented Jun 19, 2017

No description provided.

@blueyed
Copy link
Collaborator

blueyed commented Jun 20, 2017

Duplicate of #179?!

/cc @christoomey

@blueyed
Copy link
Collaborator

blueyed commented Jun 20, 2017

Please add it to the README also (see #179 (comment)), then I can merge it, too.

@christoomey christoomey merged commit 3e83ddc into christoomey:master Jun 20, 2017
@hwine hwine deleted the patch-1 branch June 20, 2017 18:11
@blueyed
Copy link
Collaborator

blueyed commented Jun 20, 2017

Thanks!

christoomey added a commit that referenced this pull request Jul 7, 2017
Why
---

#181 was
introduced to fix an issues with the TPM install script not running
cleanly. This was due to the `C-\` key binding not being properly
escaped in the final line of the script.

In the process of fixing this in #181, it looks like we took it a bit
overboard and escaped _all_ `C-\` sequences. In the end, the others
should not be escaped, so this was causing issues for users not
configuring via TPM script.

This change
-----------

This change reverts all of the `C-\` escaping outside of the TPM script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants