Skip to content

Commit

Permalink
chcp: don't check return value
Browse files Browse the repository at this point in the history
Closes: #2312
Closes: #2314
  • Loading branch information
austin987 committed Jan 2, 2025
1 parent 98078f5 commit 9ff7f2f
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 "chcp 65001 > nul & echo %$1%"
}

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

0 comments on commit 9ff7f2f

Please sign in to comment.