summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-04-14 00:31:29 +0200
committerJohannes Schlüter <johannes@php.net>2012-04-14 00:31:29 +0200
commitc62a41860e151b3c95ccd05d1ad7d25797219563 (patch)
tree548ffbe9f1c9f9c9cf3868c542eefaf2b1f5966f /win32
parent30aee4b86155258a884d6a24b95a94d9540aaa96 (diff)
parent6ecac269728360180a2813e75dfbe8338a05a27a (diff)
downloadphp-git-c62a41860e151b3c95ccd05d1ad7d25797219563.tar.gz
Merge branch 'PHP-5.4'
* PHP-5.4: Rename README.SVN-RULES to README.GIT-RULES, here, too
Diffstat (limited to 'win32')
-rw-r--r--win32/build/confutils.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js
index 8c4054da0b..c0a1ce895b 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 */