mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
This commit is contained in:
commit
c9ce25c800
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
|||
tar="$(which gtar)"
|
||||
tar="${tar:-$(which tar)}"
|
||||
|
||||
if [[ $($tar --version) == *"bsdtar"* ]]; then
|
||||
echo "Found bsdtar at $tar, but this script needs GNU tar."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Go to project root directory.
|
||||
cd $(CDPATH= cd -- "$(dirname -- "$0")/../../" && pwd -P)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue