Skip to content

Commit 1a19193

Browse files
authored
Merge pull request #69695 from readdle/lxbndr/helper-help
utils: adjust build.ps1 help invocation in helper launcher
2 parents e055e58 + 065ebc4 commit 1a19193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
setlocal
33
if "%1"=="/?" (
4-
powershell.exe -Command "& Get-Help -Detailed .\build.ps1"
4+
powershell.exe -Command "& Get-Help -Detailed ""%~dp0\build.ps1"""
55
exit /b
66
)
77

0 commit comments

Comments
 (0)