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

Handle bug in bash 4.2 with tilde expansion #294

Closed

Conversation

ecksun
Copy link
Contributor

@ecksun ecksun commented Mar 19, 2014

Pattern substituion in bash 4.2 was faulty, which caused tilde to not be
expanded in certain cases. This behaviour was previously relied on, now
we are only using that behaviour as a fallback on bash 4.2.

This resolves issue #289

Pattern substituion in bash 4.2 was faulty, which caused tilde to not be
expanded in certain cases. This behaviour was previously relied on, now
we are only using that behaviour as a fallback on bash 4.2.

This resolves issue liquidprompt#289
@ecksun
Copy link
Contributor Author

ecksun commented Apr 14, 2014

ping

@dolmen
Copy link
Collaborator

dolmen commented May 30, 2014

Thanks for this patch! I just cherry-picked it!

@dolmen dolmen closed this May 30, 2014
@andyleejordan
Copy link

Did this ever get merged in?

@andyleejordan
Copy link

I ask because I've been experiencing the same issue ($HOME is not contracting to ~) with bash version 4.3.24 on Arch Linux.

@dolmen
Copy link
Collaborator

dolmen commented Sep 27, 2014

@andschwa: As written above I cherry-picked that commit in the develop branch.

@ecksun ecksun deleted the fix/bash43_home_tilde_expansion branch September 28, 2014 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash Related to Bash specific implemetation bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants