<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository mpbb.

</pre>
<p><a href="https://github.com/macports/mpbb/commit/0ece6cc065fbb1742d56f9e40603ea6fdfaac362">https://github.com/macports/mpbb/commit/0ece6cc065fbb1742d56f9e40603ea6fdfaac362</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0ece6cc065fbb1742d56f9e40603ea6fdfaac362
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Oct 17 22:01:35 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    mpbb-list-subports: log sort-with-subports stderr
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This includes some exclusion reasons now.
</span>---
 mpbb-list-subports | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-list-subports b/mpbb-list-subports
</span><span style='display:block; white-space:pre;color:#808080;'>index b0defe2..30de7e9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-list-subports
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-list-subports
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +44,7 @@ print-subports() {
</span>     tclsh=${option_prefix}/bin/port-tclsh
     # $option_prefix is set in mpbb
     # shellcheck disable=SC2154
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ports=$("${tclsh}" "${thisdir}/tools/sort-with-subports.tcl" ${portnames} 2>/dev/null) || return
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ports=$("${tclsh}" "${thisdir}/tools/sort-with-subports.tcl" ${portnames}) || return
</span>     for port in $ports; do
         exclude=0
         exclude_reasons=()
</pre><pre style='margin:0'>

</pre>