Skip to content

Commit

Permalink
Merge branch 'PHP-5.4'
Browse files Browse the repository at this point in the history
* PHP-5.4:
  Rename README.SVN-RULES to README.GIT-RULES, here, too
  • Loading branch information
johannes committed Apr 13, 2012
2 parents 30aee4b + 6ecac26 commit c62a418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/build/confutils.js
Expand Up @@ -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);
}
Expand All @@ -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 */
Expand Down

0 comments on commit c62a418

Please sign in to comment.