[Bug 58614] New: wine cmd prints "::" style comments
http://bugs.winehq.org/show_bug.cgi?id=58614 Bug ID: 58614 Summary: wine cmd prints "::" style comments Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs(a)winehq.org Reporter: alexschwartz01(a)gmail.com Distribution: --- cmd is not supposed to display "::" style comments such as :: Hello world -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58614 Eric Pouech <eric.pouech(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech(a)gmail.com --- Comment #1 from Eric Pouech <eric.pouech(a)gmail.com> --- Would you mind describing the steps to repro (including context: from interactive command prompt, or from batch file execution, or...) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58614 --- Comment #2 from Alex Schwartz <alexschwartz01(a)gmail.com> --- Steps to reproduce
From Linux nano helloworld.cmd
helloworld.cmd ``` :: This is a comment that should not be displayed when .\helloworld.cmd is run echo Hello World ``` -------------- $ wine cmd (1) Z:\PATH> .\helloworld.cmd (2) Z:\PATH> :: This is a comment that should not be displayed when .\helloworld.cmd is run (3) Z:\PATH> echo Hello World (4) Hello World (5) Z:\PATH> -------------- (2) should not be printed -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58614 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial Version|unspecified |10.13 Status|UNCONFIRMED |NEW Keywords| |download, source Ever confirmed|0 |1 --- Comment #3 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Confirming with Wine 10.13. Windows 10 does not print the comment. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58614 Eric Pouech <eric.pouech(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |7b40cf9679302edf8e15c730240 | |831eebab7661a Resolution|--- |FIXED --- Comment #4 from Eric Pouech <eric.pouech(a)gmail.com> --- fixed (technically speaking, :: isn't a comment but an empty -hence unreachable- label, and the bug applies to any label) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58614 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 10.15. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla