diff options
author | James Meyer <James.meyer@operamail.com> | 2008-10-04 05:42:33 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2008-10-04 05:42:33 (GMT) |
commit | 8202aecfb8f6937a30bfd06f2d586e45596d445a (patch) | |
tree | 1b3cea1d827eefdf01a82b7f780fed5ae666f545 /templates | |
parent | 2694b203964a62bbe6675d7653d401e473f9be00 (diff) | |
download | linhes_dev-8202aecfb8f6937a30bfd06f2d586e45596d445a.zip |
fix the Term variable
Diffstat (limited to 'templates')
-rw-r--r-- | templates/enter_dev_chroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/enter_dev_chroot.sh b/templates/enter_dev_chroot.sh index 1abf10d..1bf957b 100644 --- a/templates/enter_dev_chroot.sh +++ b/templates/enter_dev_chroot.sh @@ -163,7 +163,7 @@ fi echo -e "\e]0;chroot-pkgbuild\a" #used for Konsole echo -e "\e]30;chroot-pkgbuild\a" -env -i /usr/sbin/chroot $BROOT /bin/bash --login +env -i TERM=$TERM /usr/sbin/chroot $BROOT /bin/bash --login |