Skip to content

Commit 51e25f9

Browse files
committed
Fix significant typo in cmd64.bat
1 parent 0b5ba68 commit 51e25f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-CONAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ I use the following batch file `cmd64.bat` to start cmd.exe. I do this to reduc
181181
setlocal
182182
if NOT EXIST c:\Python39\python3.exe copy c:\Python39\python.exe c:\Python39\python3.exe
183183
set "P="
184-
set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39" # DOS Python3
184+
set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39;" # DOS Python3
185185
set "P=%P%c:\Program Files\cmake\bin;" # DOS cmake
186186
set "P=%P%c:\msys64\usr\bin;" # OPTIONAL to run test suite msys2 make, bash etc
187187
set "P=%P%c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin;"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ I use the following batch file `cmd64.bat` to start cmd.exe. I do this to reduc
11921192
setlocal
11931193
if NOT EXIST c:\Python39\python3.exe copy c:\Python39\python.exe c:\Python39\python3.exe
11941194
set "P="
1195-
set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39" # DOS Python3
1195+
set "P=%P%C:\Python39\;C:\Python39\Scripts;%USERPROFILE%\AppData\Roaming\Python\Python39;" # DOS Python3
11961196
set "P=%P%c:\Program Files\cmake\bin;" # DOS cmake
11971197
set "P=%P%c:\msys64\usr\bin;" # OPTIONAL to run test suite msys2 make, bash etc
11981198
set "P=%P%c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin;"

0 commit comments

Comments
 (0)