Changeset 10068 in genesis for tools


Ignore:
Timestamp:
Mar 9, 2012, 8:15:34 PM (13 years ago)
Author:
rick
Message:

Check syntax of files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/before-commit.sh

    r8858 r10068  
    33# with perl to generate right configs
    44
     5PATH=$PATH:/usr/local/bin
    56DIRNAME=`dirname $0`
    67
     
    1516
    1617if [ $RETVAL -eq 0 ]; then
    17     sh ${DIRNAME}/dubbelipcheck.sh
     18    python syntax-checker.py
    1819    if [ $? -ne 0 ]; then
    1920        RETVAL=1
Note: See TracChangeset for help on using the changeset viewer.