From e6c52bdc29801650ea41ded31c9a106a1f720c48 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 3 Jan 2004 17:25:31 +0000 Subject: [PATCH] fix chroot stuff git-svn-id: file:///svn/tfheen/trunk/dotfiles@249 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5