From 6cc9bb0088991a133c43bf0ff77e12536b160ca3 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 5 Mar 2013 15:13:32 +0100 Subject: [PATCH] zshrc: Use a non-forking expression to read /etc/debian_chroot Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 5f832c7..355a944 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1267,7 +1267,7 @@ fi # set variable debian_chroot if running in a chroot with /etc/debian_chroot if [[ -z "$debian_chroot" ]] && [[ -r /etc/debian_chroot ]] ; then - debian_chroot=$(cat /etc/debian_chroot) + debian_chroot=$(