diff options
Diffstat (limited to 'functions/chroot.sh')
-rwxr-xr-x | functions/chroot.sh | 2 |
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 |