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.
1 parent 037656a commit 13dc2cbCopy full SHA for 13dc2cb
GitLinkPcl.bat
@@ -2,7 +2,7 @@
2
setlocal enableDelayedExpansion
3
4
set MYDIR=%1
5
-for /F %%x in ('dir /B/D/S %MYDIR%\*.pdb') do (
+for /F %%x in ('dir /B/D/S %MYDIR%\pcl\*.pdb') do (
6
set FILENAME=%%x
7
GitLink\build\GitLink.exe !FILENAME!
8
)
0 commit comments