From 0e38e90ed6709ee9b6ddc2c4d501ebdefe84e56c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Jan 2017 15:01:59 +0000 Subject: [PATCH] mg-debian-installer-update: Print working directory to stderr No other change Signed-off-by: Ian Jackson --- mg-debian-installer-update | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5