Skip to content

Commit

Permalink
bat: Silence chcp
Browse files Browse the repository at this point in the history
  • Loading branch information
1480c1 committed Nov 10, 2019
1 parent c43c348 commit 42bbd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-autobuild_suite.bat
Expand Up @@ -25,7 +25,7 @@ color 70
title media-autobuild_suite

setlocal
chcp 65001
chcp 65001 >nul 2>&1
cd /d "%~dp0"
set "TERM=xterm-256color"
setlocal
Expand Down

0 comments on commit 42bbd3e

Please sign in to comment.