- Timestamp:
- Mar 9, 2012, 8:15:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/before-commit.sh
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.sh18 python syntax-checker.py 18 19 if [ $? -ne 0 ]; then 19 20 RETVAL=1
Note:
See TracChangeset
for help on using the changeset viewer.