diff --git a/tools/find_child_workspace_packages.sh b/tools/find_child_workspace_packages.sh index 2c00ccf6..3af5d45f 100755 --- a/tools/find_child_workspace_packages.sh +++ b/tools/find_child_workspace_packages.sh @@ -114,4 +114,4 @@ while IFS=$'\n' read -r line; do sorted_abs_path_pkgs+=("$line"); done < <( # Strip the workspace_root prefix from the paths pkgs=( "${sorted_abs_path_pkgs[@]#"${workspace_root}/"}") -print_by_line "${pkgs[@]}" +print_by_line "${pkgs[@]}" | sort