[Bug 27778] New: TYPE outputs extraneous blank line after file contents

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 13 13:44:20 CDT 2011


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

           Summary: TYPE outputs extraneous blank line after file contents
           Product: Wine
           Version: unspecified
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cmd
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: frederic.delanoy at gmail.com


With the following code (make sure there's no space before the '>'):

echo bar> foo
echo *** && type foo && echo ***

outputs
***
bar
***

on windowses, but

***
bar

***

in wine

-- 
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