[Bug 59816] New: cmd: inbuilt 'type' fails on expanding *.txt
http://bugs.winehq.org/show_bug.cgi?id=59816 Bug ID: 59816 Summary: cmd: inbuilt 'type' fails on expanding *.txt Product: Wine Version: 11.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: cmd Assignee: wine-bugs@list.winehq.org Reporter: klaus.zipfel@geopp.de Distribution: --- Created attachment 81074 --> http://bugs.winehq.org/attachment.cgi?id=81074 Testfile for 'type': Create folder & file test_type/test.txt and try to run 'type *.txt' on it. When running the following in cmd.exe type *.txt the 'shell expansion' of *.txt is not performed. type rather tries to literally open the file "*.txt", which then fails. You can reproduce the bug with my attached batch file. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59816 Louis Lenders <xerox.xerox2000x@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |download, source Ever confirmed|0 |1 CC| |xerox.xerox2000x@gmail.com --- Comment #1 from Louis Lenders <xerox.xerox2000x@gmail.com> --- Confirming -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59816 Barath Kannan <barathrk11@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barathrk11@gmail.com --- Comment #2 from Barath Kannan <barathrk11@gmail.com> --- The issue was that the builtin 'type' command itself did not expand the wildcard entries. Raised a Merge Request adding this functionality: https://gitlab.winehq.org/wine/wine/-/merge_requests/11078 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59816 --- Comment #3 from Barath Kannan <barathrk11@gmail.com> --- (In reply to Barath Kannan from comment #2)
The issue was that the builtin 'type' command itself did not expand the wildcard entries. Raised a Merge Request adding this functionality: https://gitlab.winehq.org/wine/wine/-/merge_requests/11078
This MR does not have my local changes. Updated MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/11079 -- 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.
participants (1)
-
WineHQ Bugzilla