From 24af621fed03ad9c33da57aa1f0002ffa38ff990 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 24 Dec 2011 19:31:23 +0100 Subject: make __chrootalias() error more useful Signed-off-by: Florian Pritz --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index a1b8d2a..37818b1 100644 --- a/.zshrc +++ b/.zshrc @@ -404,7 +404,7 @@ __chrootalias() { esac if [[ -z $chroot || -z $chroot_arch ]]; then - echo "failed to determine chroot" + echo "failed to determine chroot for \"$1\"" return 1 fi -- cgit v1.2.3-24-g4f1b