mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
Update src/SPC/store/Downloader.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2b1d03d9d4
commit
b2385cf80c
@ -242,7 +242,7 @@ class Downloader
|
|||||||
f_passthru("{$git} clone {$quiet} --config core.autocrlf=false --branch \"{$branch}\" {$shallow} {$recursive} \"{$url}\" \"{$download_path}\"");
|
f_passthru("{$git} clone {$quiet} --config core.autocrlf=false --branch \"{$branch}\" {$shallow} {$recursive} \"{$url}\" \"{$download_path}\"");
|
||||||
if ($submodules !== null) {
|
if ($submodules !== null) {
|
||||||
foreach ($submodules as $submodule) {
|
foreach ($submodules as $submodule) {
|
||||||
f_passthru("cd \"{$download_path}\" && {$git} submodule update --init {$submodule}");
|
f_passthru("cd \"{$download_path}\" && {$git} submodule update --init " . escapeshellarg($submodule));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (RuntimeException $e) {
|
} catch (RuntimeException $e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user