sh.exe
in wine
hangs on missing command in shell expansion
#4947
Labels
sh.exe
in wine
hangs on missing command in shell expansion
#4947
Description / Steps to reproduce the issue
In
sh.exe
when running something likeecho "$(this-command-does-not-exist)"
sh
hangs and does nothingOn the msys2 version of 2023-05-26 (installed with
stack
) and I cannot rununame
(broken$PATH
, ...)After having tried it with the 2024-07-27 version, I cannot get past the install step. It hangs while installing MSYS2. which is the same point at which
stack setup
hangs. I assume it's also trying to source.profile
with the broken path, and cannot findlocale
.Expected behavior
A missing command error
Actual behavior
hanging
Verification
Windows Version
????
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: