From: Ian Jackson Date: Tue, 17 Jan 2017 15:01:59 +0000 (+0000) Subject: mg-debian-installer-update: Print working directory to stderr X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0e38e90ed6709ee9b6ddc2c4d501ebdefe84e56c;p=people%2Fiwj%2Fosstest.git mg-debian-installer-update: Print working directory to stderr No other change Signed-off-by: Ian Jackson --- diff --git a/mg-debian-installer-update b/mg-debian-installer-update index 00cc7358..d0aabb59 100755 --- a/mg-debian-installer-update +++ b/mg-debian-installer-update @@ -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"