https://bugs.winehq.org/show_bug.cgi?id=46125
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #4 from Zebediah Figura z.figura12@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@watership$ echo 'zip.exe' > names hazel@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@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.