]> err.no Git - dotfiles/commitdiff
fix chroot stuff
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 3 Jan 2004 17:25:31 +0000 (17:25 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 3 Jan 2004 17:25:31 +0000 (17:25 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@249 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bashrc

diff --git a/bashrc b/bashrc
index 4858e2ceec058ca10d42c9e4a5b3e2652296c58e..730e2ff3dcacdc30b9befa4998bbf11783cf4a29 100644 (file)
--- 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