From ab8464f4a25196b00cfd838502bef576c56884a2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 8 Jan 2018 21:47:14 +0000 Subject: [PATCH] make.sh: Show correct architecture when in chroot Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 5538740839..213ecd4f61 100755 --- a/make.sh +++ b/make.sh @@ -537,7 +537,7 @@ entershell() { fi echo "Entering to a shell inside LFS chroot, go out with exit" - local PS1="ipfire build chroot ($(uname -m)) \u:\w\$ " + local PS1="ipfire build chroot (${BUILD_ARCH}) \u:\w\$ " if enterchroot bash -i; then stdumount -- 2.39.2