1
0
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:
Christoph M. Becker
2024-11-09 14:10:15 +01:00

View File

@@ -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