From ca308a6886d222a6a666ee3566e94ba213cac79b Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sun, 2 Apr 2023 21:51:40 +0530 Subject: [PATCH] Fix minor shellcheck error --- src/scripts/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/linux.sh b/src/scripts/linux.sh index 4585fac5..85a3334f 100644 --- a/src/scripts/linux.sh +++ b/src/scripts/linux.sh @@ -96,7 +96,7 @@ add_devtools() { # Function to setup the nightly build from shivammathur/php-builder 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.