https://bugs.winehq.org/show_bug.cgi?id=37865
Bug ID: 37865 Summary: echo/ not works as expected (like echo. and echo:) Product: Wine Version: 1.7.33 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: ho-rr-or@mail.ru Distribution: ---
echo/ should work similar to echo. or echo:, but it prints slash to output.
echo. 1 echo: 1 echo/ 1
Windows: 1 1 1
Wine: 1 1 / 1
https://bugs.winehq.org/show_bug.cgi?id=37865
Mikhail Bystryantsev ho-rr-or@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ho-rr-or@mail.ru
https://bugs.winehq.org/show_bug.cgi?id=37865
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- You could try editing http://source.winehq.org/source/programs/cmd/builtins.c#1467
And adding a new "|| args[0]=='/'"
https://bugs.winehq.org/show_bug.cgi?id=37865
Thomas Faller tfaller.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tfaller.dev@gmail.com
--- Comment #2 from Thomas Faller tfaller.dev@gmail.com --- This issue was fixed by 1d09a3587814b6d6e424641a6274d7877f48cd67 Please can someone mark this bug as RESOLVED FIXED. Thank you.
https://bugs.winehq.org/show_bug.cgi?id=37865
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |1d09a3587814b6d6e424641a627 | |4d7877f48cd67 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Thomas Faller from comment #2)
This issue was fixed by 1d09a3587814b6d6e424641a6274d7877f48cd67 Please can someone mark this bug as RESOLVED FIXED. Thank you.
https://bugs.winehq.org/show_bug.cgi?id=37865
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.51.