http://bugs.winehq.org/show_bug.cgi?id=31178
Bug #: 31178 Summary: Wine's cmd always behaves like DOS, regardless of Windows version setting Product: Wine Version: 1.5.8 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: andreas@braml.org Classification: Unclassified
No matter what Windows version Wine is set to, the builtin cmd always behaves like DOS regarding the interpretation of the '^' character. This breaks the TexLive 2012 install script install-tl.bat.
The batch file contains the following test:
rem First, check if this is DOS based system rem in DOS '^' is just a normal character if not ^x==x goto DOS
As the script jumps to the DOS section and fails, cmd obviously interprets '^' as a normal character, which is wrong for Windows version 2000 (maybe even NT?) and above.
http://bugs.winehq.org/show_bug.cgi?id=31178
Andreas Hermann Braml andreas@braml.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://mirror.ctan.org/syst | |ems/texlive/tlnet/install-t | |l.zip
http://bugs.winehq.org/show_bug.cgi?id=31178
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |us@edmeades.me.uk Resolution| |DUPLICATE
--- Comment #1 from Jason Edmeades us@edmeades.me.uk 2012-09-03 16:58:11 CDT --- This is a duplicate, ie wine's cmd doesnt handle the ^ character very well... Patches on 18346 should help
*** This bug has been marked as a duplicate of bug 18346 ***
http://bugs.winehq.org/show_bug.cgi?id=31178
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2012-09-13 08:25:00 CDT --- Closing.