summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-20 09:54:00 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-20 09:54:00 +0200
commitb7cef2b008f3d02e345b2ddf45fa322047ee9367 (patch)
treea47819f5d7c960129901d1c0dc3a59ed7385a833 /buildconf
parent2224277d7d7efb06adcb512427e299295876fb87 (diff)
parent3b8be227bd070da0acffdae9a3bd8043c08ec2d3 (diff)
downloadphp-git-b7cef2b008f3d02e345b2ddf45fa322047ee9367.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: [ci skip] Update NEWS [ci skip] Update NEWS Fix #77041: buildconf should output error messages to stderr
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index 23d10061f2..4b72ef8efb 100755
--- a/buildconf
+++ b/buildconf
@@ -27,8 +27,8 @@ while test $# -gt 0; do
done
if test "$dev" = "0" -a "$devok" = "0"; then
- echo "You should not run buildconf in a release package."
- echo "use buildconf --force to override this check."
+ echo "You should not run buildconf in a release package." >&2
+ echo "use buildconf --force to override this check." >&2
exit 1
fi