mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.4'
* PHP-8.4: Fail early in *nix build script
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
VERSION=5.45
|
||||
|
||||
# Go to fileinfo extension directory.
|
||||
cd $(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)
|
||||
cd "$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd -P)" || exit
|
||||
|
||||
if [ ! -d libmagic.orig ]; then
|
||||
mkdir libmagic.orig
|
||||
|
||||
Reference in New Issue
Block a user