Skip to content

Commit

Permalink
Revert "Fix Unicode $USER (Winetricks#2278)"
Browse files Browse the repository at this point in the history
This reverts commit bfb1282.
  • Loading branch information
Gcenx committed Dec 27, 2024
1 parent 1cdf4d5 commit c045317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ w_pathconv()
# Expand an environment variable and print it to stdout
w_expand_env()
{
winetricks_early_wine_arch cmd.exe /c "chcp 65001 > nul && echo %$1%"
winetricks_early_wine_arch cmd.exe /c echo "%$1%"
}

# Determine what architecture a binary file is built for, silently continue in case of failure.
Expand Down

0 comments on commit c045317

Please sign in to comment.