oops, wrong path in custom script search
authorbuild <build@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 12 Mar 2007 15:13:48 +0000 (15:13 +0000)
committerbuild <build@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 12 Mar 2007 15:13:48 +0000 (15:13 +0000)
tunings-myplc-devel/post-commit

index 7f114a5..18d344a 100755 (executable)
@@ -56,7 +56,7 @@ SUBJECT="svn.one-lab.org - check in:"
 #        "$REPOS" "$REV" "$MAILDEST"
 
 # using our customized commit email script
-custom=/home/build/infrastructure/tunings-myplc-devel/commit-email.pl
+custom=/home/build/onelab-svn/infrastructure/tunings-myplc-devel/commit-email.pl
 standard=/usr/share/doc/subversion-1.2.3/tools/hook-scripts/commit-email.pl
 
 if [ -x $custom ] ; then