Skip to content

Commit d0d15ef

Browse files
committed
Minor fix for depends tool
1 parent e9db9ef commit d0d15ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binrev.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ REM Check for .NET libraries with peverify
5858
for /f "delims=*" %%a in ('dir /s /b %1\*.exe %1\*.dll') do (
5959
REM http://stackoverflow.com/questions/10393248/get-filename-from-string-path
6060
for %%F in (%%a) do set fileName=%%~nxF
61-
depends /c /oc:"%2\logs\!fileName!".csv "%%a"
61+
%depends% /c /oc:"%2\logs\!fileName!".csv "%%a"
6262
%peverify% /MD /QUIET /IGNORE=0x80131b18 "%%a" > nul
6363
REM If .NET library
6464
if errorlevel 0 if not errorlevel 1 (

0 commit comments

Comments
 (0)