[Bug 21144] New: cmd missing newline in output?

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 23 17:39:12 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=21144

           Summary: cmd missing newline in output?
           Product: Wine
           Version: 1.1.35
          Platform: x86
               URL: http://kegel.com/wine/cmdtest.tar.gz
        OS/Version: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: programs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Even with Austin's recent patch
http://www.winehq.org/pipermail/wine-patches/2009-December/083144.html
applied, doing
  wget http://kegel.com/wine/cmdtest.tar.gz
  tar -xzvf cmdtest.tar.gz
  cd cmdtest
  sh cmdtest.sh
shows that our cmd is missing a newline in its output:
@@ -1,35 +1,22 @@
-
-C:\fake>rem Easy cmd tests 
-
...
+C:\fake>rem Easy cmd tests

Looks like it needs to output another CRLF after the end of output of any
command?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list