2 # Use a Python script to cross check IDD_ values in the resource file with
3 # HIDD_ values in the docs to ensure that every dialog has a link to the help.
5 dirname=$
(dirname -- "$0")
6 pushd "$dirname" > /dev
/null
7 python3
scripts
/chkidd.py source
/en
/TortoiseGit ..
/src
/Resources
/TortoiseProcENG.rc
scripts
/TortoiseProcENG.ignore
> "$tmpfile"
8 python3
scripts
/chkidd.py source
/en
/TortoiseMerge ..
/src
/Resources
/TortoiseMergeENG.rc
scripts
/TortoiseMergeENG.ignore
>> "$tmpfile"
11 if grep -q -v '^#' "$tmpfile"; then