diff --git a/arkdep-build b/arkdep-build index 959ee49..57cdc6a 100755 --- a/arkdep-build +++ b/arkdep-build @@ -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 == \#* ]] &&