summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-02-22 14:57:50 -0800
committerGitHub <noreply@github.com>2021-02-22 14:57:50 -0800
commita211e75dd63d61776065ca2297f3d5810f423701 (patch)
tree614f61778d371445235de9a3a9a8b4809eff8642
parentf102585cab5531c875a9ca6623b16196c612b31f (diff)
parentc5eec8b54bdbc1c34a536a5c43d3e34bb158aea2 (diff)
Merge pull request #3648 from JoergAtGithub/fixByteOrderMark
Fix the corrupt ByteOrderMark
-rw-r--r--tools/windows_buildenv.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/windows_buildenv.bat b/tools/windows_buildenv.bat
index a314db01e1..6644b98227 100644
--- a/tools/windows_buildenv.bat
+++ b/tools/windows_buildenv.bat
@@ -1,6 +1,6 @@
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
-REM this í is just to force some editors to recognize this file as ANSI, not UTF8.
+REM this í is just to force some editors to recognize this file as ANSI, not UTF8.
CALL :REALPATH %~dp0\..
SET MIXXX_ROOT=%RETVAL%
@@ -146,7 +146,7 @@ REM Generate CMakeSettings.json which is read by MS Visual Studio to determine t
REM WARNING: Ensure that the script is saved as ANSI, or these characters will not
REM contain the correct values. Correct values are EF BB BF (&iuml; &raquo; &iquest;) .
REM The last character is an actual character for the file, the start "{"
- >"%CMakeSettings%" echo {
+ >"%CMakeSettings%" echo {
CALL :SETUTF8CONSOLE
>>%CMakeSettings% echo "configurations": [