Skip to content

Commit d2c8fa5

Browse files
committed
merge code
2 parents cde2669 + 9cc7173 commit d2c8fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/src/template/make.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
echo $LIBS
580580
elif [ "$1" = "sync" ] ;then
581581
PHP_CLI=$(which php)
582-
test -f ${__PROJECT_DIR__}/runtime/php && PHP_CLI="${__PROJECT_DIR__}/runtime/php -d curl.cainfo=${__PROJECT_DIR__}/runtime/cacert.pem -d openssl.cafile=${__PROJECT_DIR__}/runtime/cacert.pem"
582+
test -f ${__PROJECT_DIR__}/runtime/php/php && PHP_CLI="${__PROJECT_DIR__}/runtime/php/php -d curl.cainfo=${__PROJECT_DIR__}/runtime/php/cacert.pem -d openssl.cafile=${__PROJECT_DIR__}/runtime/php/cacert.pem"
583583
$PHP_CLI -v
584584
$PHP_CLI sync-source-code.php --action run
585585
exit 0

0 commit comments

Comments
 (0)