We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e055e58 + 065ebc4 commit 1a19193Copy full SHA for 1a19193
utils/build.cmd
@@ -1,7 +1,7 @@
1
@echo off
2
setlocal
3
if "%1"=="/?" (
4
- powershell.exe -Command "& Get-Help -Detailed .\build.ps1"
+ powershell.exe -Command "& Get-Help -Detailed ""%~dp0\build.ps1"""
5
exit /b
6
)
7
0 commit comments