https://bugs.winehq.org/show_bug.cgi?id=56010
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- Unfortunately this change is the less impacting we could make on Wine side
Austin: the best fix would be to put the fix on winetricks side by grabbing both fd 1 & 2 on output like mono_uuid="$("${WINE_ARCH}" WINEDEBUG=err-all,fixme-all uninstaller --list | grep 'Wine Mono' | cut -f1 -d| 2>&1)"
(which should also work on wine < 9) didn't check all the winetricks code, but there are likely other places to be fixed as well