summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-12-24 19:31:23 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-12-24 19:31:23 +0100
commit24af621fed03ad9c33da57aa1f0002ffa38ff990 (patch)
tree990e72d4c2b4ceffe0b3ed2e6a2281ec0641041a /.zshrc
parenta7abd196451d1f4e3abac7a5fc75afac0c41c415 (diff)
downloaddotfiles-24af621fed03ad9c33da57aa1f0002ffa38ff990.tar.gz
dotfiles-24af621fed03ad9c33da57aa1f0002ffa38ff990.tar.xz
make __chrootalias() error more useful
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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