https://bugs.winehq.org/show_bug.cgi?id=44133
Bug ID: 44133 Summary: cmd.exe does not accept space after drive Product: Wine Version: 2.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: kp-pav@yandex.ru Distribution: ---
Consider the following script run directly in cmd.exe:
C: & echo 1
This yields
Can't recognize 'C: ' as an internal or external command, or batch script. 1
while it should instead switch to drive C:. The origin of such code is luarocks: it is how it executes command in specific directory.
Wine version used is 32-bit wine-any-2.19 from Gentoo portage on a 64-bit multilib system, USE="X alsa cups fontconfig gecko gstreamer jpeg lcms mono ncurses nls opengl perl png realtime run-exes scanner ssl threads truetype udisks xml".
https://bugs.winehq.org/show_bug.cgi?id=44133
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- fix sent https://source.winehq.org/patches/data/139765
https://bugs.winehq.org/show_bug.cgi?id=44133
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gijsvrm@gmail.com
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Is this different from bug 40694? The 'C: & echo 1' is listed as a testcase there too.
https://bugs.winehq.org/show_bug.cgi?id=44133
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #3 from Vijay Kamuju infyquest@gmail.com --- its the same
*** This bug has been marked as a duplicate of bug 40694 ***
https://bugs.winehq.org/show_bug.cgi?id=44133
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- Closing