From: tfheen Date: Sat, 3 Jan 2004 17:25:31 +0000 (+0000) Subject: fix chroot stuff X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c52bdc29801650ea41ded31c9a106a1f720c48;p=dotfiles fix chroot stuff git-svn-id: file:///svn/tfheen/trunk/dotfiles@249 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/bashrc b/bashrc index 4858e2c..730e2ff 100644 --- a/bashrc +++ b/bashrc @@ -26,7 +26,7 @@ ATTR_AV="\[\033[m\]" CHROOT="" if [ -f /etc/debian_chroot ]; then - CHROOT="($(cat /etc/debian_chroot))" + CHROOT="($(cat /etc/debian_chroot | tr -d '\n'))" fi case $TERM in