Skip to content

Commit 18149c7

Browse files
committed
merge code
2 parents 8045817 + f7d58d3 commit 18149c7

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
@@ -574,7 +574,7 @@
574574
echo $LIBS
575575
elif [ "$1" = "sync" ] ;then
576576
PHP_CLI=$(which php)
577-
test -f ${__PROJECT_DIR__}/bin/runtime/php && PHP_CLI="${__PROJECT_DIR__}/bin/runtime/php -c ${__PROJECT_DIR__}/bin/runtime/php.ini -d curl.cainfo=${__PROJECT_DIR__}/bin/runtime/cacert.pem -d openssl.cafile=${__PROJECT_DIR__}/bin/runtime/cacert.pem"
577+
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"
578578
$PHP_CLI -v
579579
$PHP_CLI sync-source-code.php --action run
580580
exit 0

0 commit comments

Comments
 (0)