Skip to content

Commit

Permalink
Hide leftover debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
JFLarvoire committed Dec 17, 2020
1 parent 56c10d7 commit 146ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C/include/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ if defined LINK_OUTDIR ( :# Check if creating junctions works, and if so, prepar
)
)
if not defined MD_OUTDIR set MD_OUTDIR=md "%OUTDIR%"
%ECHOVARS% CD OUTDIR LINK_OUTDIR MD_OUTDIR
%ECHOVARS.D% CD OUTDIR LINK_OUTDIR MD_OUTDIR
if not "%OUTDIR%"=="" call :is_dir "%OUTDIR%" || %MD_OUTDIR% || (
>&2 echo Error: %MD_OUTDIR%: Cannot create the output directory.
exit /b 1
Expand Down

0 comments on commit 146ae3a

Please sign in to comment.