mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 00:53:41 +08:00
add "non verbose" flag to wget calls
This commit is contained in:
@@ -9,7 +9,7 @@ let file_of_url = fun ?dest url ->
|
||||
match dest with
|
||||
Some s -> s
|
||||
| None -> Filename.temp_file "fp" ".wget" in
|
||||
let c = Printf.sprintf "wget --cache=off -O %s '%s'" tmp_file url in
|
||||
let c = Printf.sprintf "wget -nv --cache=off -O %s '%s'" tmp_file url in
|
||||
if Sys.command c = 0 then
|
||||
tmp_file
|
||||
else begin
|
||||
|
||||
Reference in New Issue
Block a user