Stripping out comments in package lists.

This commit is contained in:
Daniel Baumann 2013-03-27 13:27:36 +01:00
parent 7406724344
commit 86e15f61c0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ do
then
# Generating package list
Expand_packagelist "$(basename ${LIST})" "config/package-lists" \
>> chroot/root/packages.chroot
| grep -v '^#' >> chroot/root/packages.chroot
fi
done