| 3012 | } |
| 3013 | |
| 3014 | static int cbm_download_to_file_quiet(const char *url, const char *dest) { |
| 3015 | const char *argv[] = {"curl", "-fsSL", "-o", dest, url, NULL}; |
| 3016 | return cbm_exec_no_shell(argv); |
| 3017 | } |
| 3018 | |
| 3019 | /* ── macOS ad-hoc signing ─────────────────────────────────────── */ |
| 3020 |
no test coverage detected