From a5a3e241ada1584ce94b06cdc77780f11e3b9c94 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 18 May 2016 10:45:49 -0400 Subject: enter_dev_chroot.sh: copy in bashrc_linhes --- templates/enter_dev_chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/enter_dev_chroot.sh b/templates/enter_dev_chroot.sh index 7cc31cd..1b10a01 100755 --- a/templates/enter_dev_chroot.sh +++ b/templates/enter_dev_chroot.sh @@ -74,9 +74,9 @@ cleanUp() { # no arguments copyIn() { # no arguments local F=etc/resolv.conf [ -e "$BROOT/$F" ] || cp -f /$F $F - [ -f etc/bashrc ] || { + [ -f etc/bashrc_linhes ] || { local D="$myDir/$toolsDir/templates/etc" - cp -f $D/bashrc etc/ + cp -f $D/bashrc etc/bashrc_linhes cp -f $D/kmdev.sh etc/profile.d/ cp -f $D/.bashrc root/ cp -f $D/.bash_profile root/ -- cgit v0.12