http://bugs.winehq.org/show_bug.cgi?id=58998
mk939@ymail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mk939@ymail.com
--- Comment #2 from mk939@ymail.com --- Behaviour on 10.18~trixie-1 and 10.17~trixie-1:
wine cmd /c "echo|set /p=%LOCALAPPDATA%" -> Empty string
wine cmd, then "echo|set /p=%LOCALAPPDATA%" -> Empty string
Behaviour on 10.16~trixie-1:
wine cmd /c "echo|set /p=%LOCALAPPDATA%" -> Empty string
wine cmd, then "echo|set /p=%LOCALAPPDATA%" -> C:\users\XXXXX\AppData\Local
Behaviour on 10.15~trixie-1: AppData path is outputted in both cases