Changeset 10068 in genesis
- Timestamp:
-
Mar 9, 2012, 8:15:34 PM
(13 years ago)
- Author:
- rick
- Message:
-
Check syntax of files.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r8858
|
r10068
|
|
3 | 3 | # with perl to generate right configs |
4 | 4 | |
| 5 | PATH=$PATH:/usr/local/bin |
5 | 6 | DIRNAME=`dirname $0` |
6 | 7 | |
… |
… |
|
15 | 16 | |
16 | 17 | if [ $RETVAL -eq 0 ]; then |
17 | | sh ${DIRNAME}/dubbelipcheck.sh |
| 18 | python syntax-checker.py |
18 | 19 | if [ $? -ne 0 ]; then |
19 | 20 | RETVAL=1 |