mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user