Fix minor shellcheck error
This commit is contained in:
parent
035ef490b9
commit
ca308a6886
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue