]> xenbits.xensource.com Git - osstest.git/commitdiff
mg-debian-installer-update: Print messages to stderr.
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 9 Jun 2014 15:16:50 +0000 (16:16 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 25 Jun 2014 15:02:52 +0000 (16:02 +0100)
This fix standalone-reset which rely on the output of this script.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Dario Faggioli <dario.faggioli@citrix.com>
mg-debian-installer-update

index d6b688ea5293267c50fac2302a667933c7cef290..b964f95f8e9eee173cf56ca1dd830281114245b8 100755 (executable)
@@ -62,7 +62,7 @@ cd $dst
 for f in $files; do
         echo >&2 "fetching $f"
         s=${f/:*} ; d=${f/*:}
-        echo "$src/$s => $d.new"
+        echo >&2 "$src/$s => $d.new"
         curl -s $src/$s >$d.new
 done