From: Michael Tremer Date: Mon, 8 Jan 2018 21:47:14 +0000 (+0000) Subject: make.sh: Show correct architecture when in chroot X-Git-Tag: v2.19-core118~3^2~51 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=ab8464f4a25196b00cfd838502bef576c56884a2 make.sh: Show correct architecture when in chroot Signed-off-by: Michael Tremer --- 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