https://bugs.winehq.org/show_bug.cgi?id=45051
Bug ID: 45051 Summary: cmd.exe for loop does not resolve wildcards with subdirectory Product: Wine Version: 3.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: jonathanbelsewir@yahoo.de Distribution: ---
I have a subdirectory lognew with three files: access1.log access2.log access3.log
This does not work right: for %%f in (lognew\access*.log) do ( call echo %%f )
Output: lognew\access1.log echoaccess2.log echoaccess3.log
Wordaround: cd lognew for %%f in (access*.log) do ( call echo %%f ) cd ..
Output: access1.log access2.log access3.log
https://bugs.winehq.org/show_bug.cgi?id=45051
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=45051
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |dark.shadow4@web.de Status|UNCONFIRMED |NEW
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming.
https://bugs.winehq.org/show_bug.cgi?id=45051
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |us@edmeades.me.uk CC| |us@edmeades.me.uk
--- Comment #2 from Jason Edmeades us@edmeades.me.uk --- Patch sent: https://www.winehq.org/pipermail/wine-devel/2018-June/128722.html
https://bugs.winehq.org/show_bug.cgi?id=45051
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |15215bd07193cc31b8372424f18 | |1a31aa9364777 Resolution|--- |FIXED
--- Comment #3 from Jason Edmeades us@edmeades.me.uk --- Fixed by commit 15215bd07193cc31b8372424f181a31aa9364777
https://bugs.winehq.org/show_bug.cgi?id=45051
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.12.
https://bugs.winehq.org/show_bug.cgi?id=45051
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x
https://bugs.winehq.org/show_bug.cgi?id=45051
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |---
--- Comment #5 from Michael Stefaniuc mstefani@winehq.org --- Removing the 3.0.x milestone from bugs included in 3.0.3.