From 9d68dadfe2a791752fd22067b10c04322507f982 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Sun, 29 Sep 2024 02:24:27 +0200 Subject: [PATCH] [arkdep-build] Code cleanup --- arkdep-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == \#* ]] &&