summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-05-18 14:45:49 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-05-18 14:45:49 (GMT)
commita5a3e241ada1584ce94b06cdc77780f11e3b9c94 (patch)
tree6552563133b23531d354564f12206a1e84d2bce6
parent184d42a837fe751c5a2c3a8a801e66100af42f9a (diff)
downloadlinhes_dev-a5a3e241ada1584ce94b06cdc77780f11e3b9c94.zip
enter_dev_chroot.sh: copy in bashrc_linhes
-rwxr-xr-xtemplates/enter_dev_chroot.sh4
1 files 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/