a couple of space-indents to tabs-indents in sys/winnt/Makefile.msc
This commit is contained in:
@@ -1212,8 +1212,8 @@ fetch-pdcurses:
|
|||||||
curl -L -R https://codeload.github.com/wmcbrine/PDCurses/zip/master -o pdcurses.zip
|
curl -L -R https://codeload.github.com/wmcbrine/PDCurses/zip/master -o pdcurses.zip
|
||||||
powershell -command "Expand-Archive -Path .\pdcurses.zip -DestinationPath ./pdcurses-temp"
|
powershell -command "Expand-Archive -Path .\pdcurses.zip -DestinationPath ./pdcurses-temp"
|
||||||
if exist .\pdcurses\* rd .\pdcurses /s /Q
|
if exist .\pdcurses\* rd .\pdcurses /s /Q
|
||||||
move .\pdcurses-temp\PDCurses-master .
|
move .\pdcurses-temp\PDCurses-master .
|
||||||
ren PDCurses-master pdcurses
|
ren PDCurses-master pdcurses
|
||||||
if exist .\pdcurses-temp\* rd .\pdcurses-temp /s /Q
|
if exist .\pdcurses-temp\* rd .\pdcurses-temp /s /Q
|
||||||
if exist .\pdcurses.zip del .\pdcurses.zip
|
if exist .\pdcurses.zip del .\pdcurses.zip
|
||||||
cd ..\src
|
cd ..\src
|
||||||
|
|||||||
Reference in New Issue
Block a user