Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

doc: all variables should be defined in local

No need to define them as global variable.

Changeset e87b7e6e3c41

Parent fede6a423aff

by Yuki KODAMA

Changes to one file · Browse files at e87b7e6e3c41 Showing diff from parent fede6a423aff Diff from another changeset...

Change 1 of 1 Show Entire File doc/​Build.bat Stacked
 
1
 
2
3
4
 
1
2
3
4
5
@@ -1,4 +1,5 @@
 @echo off +setlocal    if "%hhc_compiler%" equ "" (   set hhc_compiler="%ProgramFiles%\HTML Help Workshop\hhc.exe"