summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-20 09:51:22 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-20 09:51:22 +0200
commit0dc15e188558bdb3df201fc71d0a67ba0bb1eeb9 (patch)
tree634c3aac0d7910adb713b719f437388277e8022f /buildconf
parentb9d8e5d706e36b7e8bb8bdd26bc93374fd9a6020 (diff)
parent1b936033b00cd223984122e6fad2cedf8e72f3f5 (diff)
downloadphp-git-0dc15e188558bdb3df201fc71d0a67ba0bb1eeb9.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: [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 9b3ffe4ac3..9f6f6bdc1d 100755
--- a/buildconf
+++ b/buildconf
@@ -28,8 +28,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