Again, with extra quoting...

main
David Chisnall 7 years ago
parent da955b6ed4
commit fe637ace1b

@ -51,7 +51,7 @@ jobs:
- script: | - script: |
echo Deleting stupid link.exe from the path... echo Deleting stupid link.exe from the path...
del c:\Program Files\Git\usr\bin\link.exe del "C:\Program Files\Git\usr\bin\link.exe"
echo Checking that we're calling the correct link.exe echo Checking that we're calling the correct link.exe
where link.exe where link.exe
echo Creating build directory... echo Creating build directory...

Loading…
Cancel
Save