Skip to content

Commit fff7ddf

Browse files
committed
Remove > nul from BuildInstaller
1 parent a91af2d commit fff7ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Setup/BuildInstaller.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo -- Building Installer (%CS_LANG_NAME_SHORT%)
55
echo --- HTML help
66
SET CS_ERROR=0
77
if NOT %CS_LANG_FOLDER%==English mklink /J ..\Localization\%CS_LANG_FOLDER%\images ..\Localization\English\images
8-
hhc ..\Localization\%CS_LANG_FOLDER%\OpenShell.hhp > nul
8+
hhc ..\Localization\%CS_LANG_FOLDER%\OpenShell.hhp
99
@REM looks like hhc returns 0 for error, >0 for success
1010
@if NOT ERRORLEVEL 1 @SET CS_ERROR=1
1111
if NOT %CS_LANG_FOLDER%==English rmdir ..\Localization\%CS_LANG_FOLDER%\images

0 commit comments

Comments
 (0)