diff options
| -rwxr-xr-x | Documentation/maintainers/bump-from-set.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index 199af2abff8..f1092335476 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -10,6 +10,10 @@ get_package_list_from_set() { for entry in $(grep -v ^[#@] "${PORTDIR}/sets/${set}") ; do echo $(qatom ${entry} | cut -d " " -f 1-2 | tr " " "/") done + + for entry in $(grep ^@ "${PORTDIR}/sets/${set}") ; do + get_package_list_from_set ${entry/@/} + done } get_main_tree_keyword() { |
