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