[arkdep-build] Code cleanup

This commit is contained in:
Dennis ten Hoove 2024-09-29 02:24:27 +02:00
parent c4364cf5d6
commit 9d68dadfe2
No known key found for this signature in database
GPG key ID: 2BA91DC2563B83D1

View file

@ -564,7 +564,7 @@ if [[ $type == 'debian' ]]; then
done
fi
# Process package list, remove code comments
# Process package lists, remove code comments
for package in "${packages[@]}" "${packages_depends}"; do
# If line starts with escape character, ignore it
[[ $package == \#* ]] &&