Index: tools/before-commit.sh
===================================================================
--- tools/before-commit.sh	(revision 10067)
+++ tools/before-commit.sh	(revision 10068)
@@ -3,4 +3,5 @@
 # with perl to generate right configs
 
+PATH=$PATH:/usr/local/bin
 DIRNAME=`dirname $0`
 
@@ -15,5 +16,5 @@
 
 if [ $RETVAL -eq 0 ]; then
-    sh ${DIRNAME}/dubbelipcheck.sh
+    python syntax-checker.py
     if [ $? -ne 0 ]; then
         RETVAL=1
