]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
mg-debian-installer-update: Print working directory to stderr
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 17 Jan 2017 15:01:59 +0000 (15:01 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Sun, 22 Jan 2017 23:44:34 +0000 (23:44 +0000)
No other change

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
mg-debian-installer-update

index 00cc7358a45e1057f444becfb67706b18c8359a3..d0aabb59800bf46e7f8ba7af7d43e72c59e3180c 100755 (executable)
@@ -70,6 +70,7 @@ esac
 cd $dstroot
 mkdir -p $dst
 cd $dst
+echo >&2 "working in $dstroot/$dst"
 
 for f in $files; do
         echo >&2 "fetching $f"