[arkdep-build] Code cleanup
This commit is contained in:
parent
c4364cf5d6
commit
9d68dadfe2
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ if [[ $type == 'debian' ]]; then
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Process package list, remove code comments
|
# Process package lists, remove code comments
|
||||||
for package in "${packages[@]}" "${packages_depends}"; do
|
for package in "${packages[@]}" "${packages_depends}"; do
|
||||||
# If line starts with escape character, ignore it
|
# If line starts with escape character, ignore it
|
||||||
[[ $package == \#* ]] &&
|
[[ $package == \#* ]] &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue