-
Notifications
You must be signed in to change notification settings - Fork 2k
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
quotes not properly handled #305
Comments
This is a problem with msysgit's echo... I don't know why it doesn't handle quotes correctly. |
There's another problem with msysgit which could be connected with this.
And this does not work in Cmder. I took a while to figure it out, changing the above codes to this:
and it works. But I don't know why. |
Same for me, very annoying. |
Prints at the end of the file:
Any updates on this? Is it safe to do it without quotes?
Seems to work fine:
|
I just tried this with #865 and this is the result:
|
Just ran into the same issue. I started |
I am having the issue where quotes are not handled very traditionally.
For example, in a traditional console:
In Cmder:
This breaks more complex grammar, working in a traditional bash shell:
Failing due to the quotes in Cmder:
The text was updated successfully, but these errors were encountered: