summaryrefslogtreecommitdiff
path: root/functions/chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/chroot.sh')
-rwxr-xr-xfunctions/chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/chroot.sh b/functions/chroot.sh
index 10b249f9a..198f15f04 100755
--- a/functions/chroot.sh
+++ b/functions/chroot.sh
@@ -18,7 +18,7 @@ Chroot ()
if [ -e config/environment.chroot ]
then
- ENV="$(cat config/environment.chroot)"
+ ENV="$(grep -v '^#' config/environment.chroot)"
else
ENV=""
fi