paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [4250] add "non verbose" flag to wget calls


From: Pascal Brisset
Subject: [paparazzi-commits] [4250] add "non verbose" flag to wget calls
Date: Thu, 15 Oct 2009 06:24:08 +0000

Revision: 4250
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=4250
Author:   hecto
Date:     2009-10-15 06:24:07 +0000 (Thu, 15 Oct 2009)
Log Message:
-----------
 add "non verbose" flag to wget calls

Modified Paths:
--------------
    paparazzi3/trunk/sw/lib/ocaml/http.ml

Modified: paparazzi3/trunk/sw/lib/ocaml/http.ml
===================================================================
--- paparazzi3/trunk/sw/lib/ocaml/http.ml       2009-10-15 06:22:49 UTC (rev 
4249)
+++ paparazzi3/trunk/sw/lib/ocaml/http.ml       2009-10-15 06:24:07 UTC (rev 
4250)
@@ -9,7 +9,7 @@
       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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]