-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Bash bug] Building BaCon on MSYS2 #167
Comments
Printing CR and LF characters using
But when echoing CR-LF during command substitution (recording output of the command between the backticks), in some cases MSYS2 behavior starts to differ:
I would summarize the issue following: Bash on MSYS2 eats trailing CR-LF bytes during the command substitution (instead of eating just the LF byte). |
Ping @lazka: do you (or someone of other core devs) agree with my summary (the last line) ? |
The behavior is the same on MSYS2 |
It seems no one cares. |
Also ping @MehdiChinoune. |
Ok, even if no one has time right now. Let's keep this open. |
I could do some R'n'D about the Cygwin-vs-MSYS2 difference. But I have no idea about how to do it / where to start. |
Still present:
|
The problem was found by @sskras: msys2/MSYS2-packages#3960 (comment)
The text was updated successfully, but these errors were encountered: