[Bug 47803] New: call :routine || exit produces different results from Windows command prompt

WineHQ Bugzilla wine-bugs at winehq.org
Tue Sep 24 19:05:07 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47803

            Bug ID: 47803
           Summary: call :routine || exit produces different results from
                    Windows command prompt
           Product: Wine
           Version: 4.16
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cmd
          Assignee: wine-bugs at winehq.org
          Reporter: lois.diqual at gmail.com
      Distribution: ---

The following batch code produces different results on wine cmd and windows
cmd:

call :subroutine || exit /B 0
echo "after subroutine call"
:subroutine
goto :EOF

Expected output: "after subroutine call"

Actual output:
 - Wine cmd: nothing
 - Windows cmd: "after subroutine call"

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