26 Sep
2025
26 Sep
'25
8:50 p.m.
Fix regression, likely caused by me, where DIR /O options entered at the command line do not override any /O options that might be set in the DIRCMD environment variable. Fix is to reset applicable sort order state whenever /O is encountered in the options list. -- v4: cmd: Allow DIR /Oxxx at the command line to override DIRCMD=/Oyyy set in the environment. cmd/tests: Test that DIR /Oxxx at the command line overrides DIRCMD=/Oyyy set in the environment. https://gitlab.winehq.org/wine/wine/-/merge_requests/9040