From: Frank Terbeck Date: Tue, 5 Mar 2013 14:13:32 +0000 (+0100) Subject: zshrc: Use a non-forking expression to read /etc/debian_chroot X-Git-Tag: v0.8.0~33 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=6cc9bb0088991a133c43bf0ff77e12536b160ca3 zshrc: Use a non-forking expression to read /etc/debian_chroot Signed-off-by: Frank Terbeck --- 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=$(