bjori Fri, 30 Dec 2011 11:11:01 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=321553
Log: whopsydopsy, fix typo spotted by mike@ Changed paths: U SVNROOT/pre-commit Modified: SVNROOT/pre-commit =================================================================== --- SVNROOT/pre-commit 2011-12-30 10:13:06 UTC (rev 321552) +++ SVNROOT/pre-commit 2011-12-30 11:11:01 UTC (rev 321553) @@ -35,7 +35,7 @@ fail("Commits to archived modules are not allowed.\n"); } - if (strncmp($changed_path, "systems/", strlen("archived/")) === 0) { + if (strncmp($changed_path, "systems/", strlen("systems/")) === 0) { fail("Systems now uses git. http://git.php.net\n"); } /* Tags checks disabled. Too many special cases, not enough people making this
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php