Update php

This commit is contained in:
Kayou 2020-04-12 17:43:33 +02:00 committed by GitHub
parent 5091905329
commit 6c9187e7e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
# Declare the actual php version to use.
# A packager willing to use another version of php can override the variable into its _common.sh.
if [ -n "$YNH_DEFAULT_PHP_VERSION" ]; then
if [ -n "${YNH_DEFAULT_PHP_VERSION:-}" ]; then
YNH_PHP_VERSION=${YNH_PHP_VERSION:-YNH_DEFAULT_PHP_VERSION}
fi