Fix minor shellcheck error

This commit is contained in:
Shivam Mathur 2023-04-02 21:51:40 +05:30
parent 035ef490b9
commit ca308a6886
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -96,7 +96,7 @@ add_devtools() {
# Function to setup the nightly build from shivammathur/php-builder # Function to setup the nightly build from shivammathur/php-builder
setup_nightly() { setup_nightly() {
run_script "php-builder" "${runner:?}" "$version" "${debug:?}" ${ts:?} run_script "php-builder" "${runner:?}" "$version" "${debug:?}" "${ts:?}"
} }
# Function to setup PHP 5.3, PHP 5.4 and PHP 5.5. # Function to setup PHP 5.3, PHP 5.4 and PHP 5.5.