[Bug 21214] New: cmd: "if" blocks are echoed only once; body shouldn't be echoed again

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 1 09:44:22 CST 2010


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

           Summary: cmd: "if" blocks are echoed only once; body shouldn't
                    be echoed again
           Product: Wine
           Version: 1.1.35
          Platform: x86
        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


On Wine, commands like
  if exit foo.dat echo "blah"
are echoed like
  c:\dir> if exit foo.dat echo "blah"
  c:\dir> echo "blah"
  blah
but on Windows, one sees instead
  c:\dir> if exit foo.dat echo "blah"
  blah

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