Commit:    21d314a767561204cdeba896b85e61e1bb6cafac
Author:    Johannes Schlüter <johan...@php.net>         Sat, 14 Apr 2012 
00:29:55 +0200
Parents:   e9b978c374e0b8f2afd32ff07920f419fce4b9fb
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=21d314a767561204cdeba896b85e61e1bb6cafac

Log:
Rename README.SVN-RULES to README.GIT-RULES, here, too

Changed paths:
  M  win32/build/confutils.js


Diff:
diff --git a/win32/build/confutils.js b/win32/build/confutils.js
index a4ea2bf..d1f7eca 100644
--- a/win32/build/confutils.js
+++ b/win32/build/confutils.js
@@ -65,7 +65,7 @@ if (MODE_PHPIZE) {
                WScript.Quit(10);
        }
 } else {
-       if (!FSO.FileExists("README.SVN-RULES")) {
+       if (!FSO.FileExists("README.GIT-RULES")) {
                STDERR.WriteLine("Must be run from the root of the php source");
                WScript.Quit(10);
        }
@@ -74,7 +74,7 @@ if (MODE_PHPIZE) {
 var CWD = WshShell.CurrentDirectory;
 
 if (typeof(CWD) == "undefined") {
-       CWD = 
FSO.GetParentFolderName(FSO.GetAbsolutePathName("README.SVN-RULES"));
+       CWD = 
FSO.GetParentFolderName(FSO.GetAbsolutePathName("README.GIT-RULES"));
 }
 
 /* defaults; we pick up the precise versions from configure.in */


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to