diff options
-rwxr-xr-x | functions/packagelists.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |