mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 14:55:39 +08:00
Fix check-extensions.sh syntax
This commit is contained in:
@@ -47,8 +47,7 @@ function do_curl_compiler() {
|
||||
--enable-ares && \
|
||||
make -j$(cat /proc/cpuinfo | grep processor | wc -l) && \
|
||||
make install && \
|
||||
echo "curl compiled!" && \
|
||||
|
||||
echo "curl compiled!"
|
||||
}
|
||||
|
||||
function do_copy_extension() {
|
||||
|
||||
Reference in New Issue
Block a user