From 04a09f27e4089aaab0694ea067d7273d9420f9c8 Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Fri, 5 Dec 2014 09:45:40 +0100 Subject: Skip comments in package lists. Comments in package lists used to work in live-build 3.x (although possibly only as a side-effect of some other logic) and being able to comment package is a useful feature (to explain why some packages are included and to make it easy to uncomment some lines to add more useful packages). --- functions/packagelists.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions/packagelists.sh b/functions/packagelists.sh index 8470d9af9..02a879d15 100755 --- a/functions/packagelists.sh +++ b/functions/packagelists.sh @@ -107,6 +107,10 @@ Expand_packagelist () _LB_ENABLED=1 ;; + \#*) + # Skip comments + ;; + *) if [ ${_LB_ENABLED} -eq 1 ] then -- cgit v1.2.3