cvs: SVNROOT / post-commit

[email protected] ("Gwynne Raskind") Sat, 20 Dec 2008 18:51:11 -0000
Newsgroups svn.migration
Message-ID <cvsgwynne1229799071@cvsserver>
gwynne		Sat Dec 20 18:51:11 2008 UTC

  Modified files:              
    /SVNROOT	post-commit 
  Log:
  missing slash
  
http://cvs.php.net/viewvc.cgi/SVNROOT/post-commit?r1=1.5&r2=1.6&diff_format=u
Index: SVNROOT/post-commit
diff -u SVNROOT/post-commit:1.5 SVNROOT/post-commit:1.6
--- SVNROOT/post-commit:1.5	Sat Dec 20 18:49:58 2008
+++ SVNROOT/post-commit	Sat Dec 20 18:51:11 2008
@@ -15,7 +15,7 @@
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.5 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.6 $', strlen('$Revision: '), -2);
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Version check
@@ -52,7 +52,7 @@
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Call e-mailer script
-require dirname(__FILE__) . 'commit-email.php';
+require dirname(__FILE__) . '/commit-email.php';
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Check for a SVNROOT commit