-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bug: spaceful path handling #20
Comments
I know about the tab completion issue, I'm tracking that as a bug. The other problem is new and more subtle. It looks like the problem is related to the brackets, not the spaces. Here's what I'm seeing:
I'll now tracking this as a bug. |
I see. Marcel is interpreting ...[GOG], and [xyz] as glob expressions. I'm not saying that bash is wrong, but it is surprising to me. Look at this:
bash interprets [xyz] as a glob expression if that interpretation yields any files. Otherwise (after x, y, and z are gone), it interprets [xyz] literally. |
Meanwhile, bash can list it just fine.
Getting the path through tab-completion does not escape the spaces, either.
The text was updated successfully, but these errors were encountered: