From 5bdfd3de4564db97b61d3ac137b305b92dbb63cc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 28 Dec 2023 14:25:40 +0100 Subject: [PATCH] build/chroot: tweak again --- build/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/chroot.sh b/build/chroot.sh index 41ac8d1..49c9e4c 100644 --- a/build/chroot.sh +++ b/build/chroot.sh @@ -31,6 +31,6 @@ SELF=chroot . ./common.sh -echo ">>> Change root directory to ${STAGEDIR}/${1}..." +echo ">>> Changing root directory to ${STAGEDIR}/${1}..." ${ENV_FILTER} chroot ${STAGEDIR}/${1} /bin/csh