[Bug 46125] DOS input redirection attempts are not passed into DOSBox temporary config file

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 18 16:58:09 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=46125

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #4 from Zebediah Figura <z.figura12 at gmail.com> ---
I don't think there's a Wine bug here, but rather, bash or cmd is stealing the
operator. If I run:

hazel at watership$ echo 'zip.exe' > names
hazel at watership$ wine zip.exe -@ x.zip \< names
DOSBox version 0.74-3
Copyright 2002-2019 DOSBox Team, published under GNU GPL.
---
CONFIG:Loading primary settings from config file
/home/hazel/.dosbox/dosbox-0.74-3.conf
CONFIG:Loading additional settings from config file
/home/hazel/.wine/dosdevices/c:/users/hazel/Temp/cfg87cf.tmp
MIXER:Got different values from SDL: freq 44100, blocksize 512
ALSA:Can't subscribe to MIDI port (65:0) nor (17:0)
MIDI:Opened device:none
SHELL:Redirect input from names
hazel at watership:~/Downloads/zip$ unzip -t X.ZIP 
Archive:  X.ZIP
    testing: zip.exe                  OK
No errors detected in compressed data of X.ZIP.

Similarly, if running from cmd, the < can be escaped with a preceding caret.

Unless it runs with an unescaped < in Windows (and I don't have a 32-bit
machine to test with), I don't think there's a bug here.

-- 
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.



More information about the wine-bugs mailing list