Revision | 29421 (tree) |
---|---|
Time | 2022-06-17 03:39:18 |
Author | ![]() |
Bash version of CheckIDD.bat
@@ -0,0 +1,5 @@ | ||
1 | +#!/bin/sh | |
2 | + | |
3 | +# Bash version of CheckIDD.bat | |
4 | +./scripts/chkidd.py source/en/TortoiseSVN ../src/Resources/TortoiseProcENG.rc scripts/TortoiseProcENG.ignore > IDD_Errors.txt | |
5 | +./scripts/chkidd.py source/en/TortoiseMerge ../src/Resources/TortoiseMergeENG.rc scripts/TortoiseMergeENG.ignore >> IDD_Errors.txt |