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

Strip bash decoded sequences. #3

Closed
zhiburt opened this issue Jul 12, 2021 · 3 comments
Closed

Strip bash decoded sequences. #3

zhiburt opened this issue Jul 12, 2021 · 3 comments
Labels
bash help wanted Extra attention is needed

Comments

@zhiburt
Copy link
Owner

zhiburt commented Jul 12, 2021

If you take a look what we print here.

cargo run --example bash

You will find a list of sequences which aren't expected at all ...

println!("Current hostname: {:?}", hostname); // it prints some undetermined characters before hostname ...

@zhiburt zhiburt added help wanted Extra attention is needed bash labels Jul 12, 2021
@zhiburt
Copy link
Owner Author

zhiburt commented Jul 22, 2021

On GithubCI we get a different bash settings from my local machine.

Which shows that it's possible to have done.

30a45f0

@zhiburt
Copy link
Owner Author

zhiburt commented Jul 30, 2021

@zhiburt
Copy link
Owner Author

zhiburt commented Jul 30, 2021

Closed by 37e39e0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant