[mpbb] branch master updated: List subports in dependency order
Ryan Schmidt
ryandesign at macports.org
Thu Mar 15 05:21:11 UTC 2018
On Mar 12, 2018, at 19:43, Joshua Root wrote:
> Joshua Root (jmroot) pushed a commit to branch master
> in repository mpbb.
>
>
> https://github.com/macports/mpbb/commit/97f4db4f3eabaabcf005b0758a3b32d36525c395
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 97f4db4 List subports in dependency order
>
> 97f4db4 is described below
>
>
> commit 97f4db4f3eabaabcf005b0758a3b32d36525c395
>
> Author: Joshua Root
> AuthorDate: Tue Mar 13 11:43:43 2018 +1100
>
>
> List subports in dependency order
>
> Closes: https://trac.macports.org/ticket/52766
>
> ---
> mpbb-list-subports | 8 +--
> tools/sort-with-subports.tcl | 131 +++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 134 insertions(+), 5 deletions(-)
>
> @@ -125,9 +125,7 @@ list-subports() {
> mkdir -p "$option_log_dir"
> > "$log_subports_progress"
>
> - for p in "$@"; do
> - print-subports "$option_archive_site" "$p" && success=1
> - done
> + print-subports "$option_archive_site" "$*" && success=1
Should this be "$@" here instead of "$*"?
More information about the macports-dev
mailing list