<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/2c6fc24ddd1d6961afa83c5b35be12224b6850f6">https://github.com/macports/macports-base/commit/2c6fc24ddd1d6961afa83c5b35be12224b6850f6</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 2c6fc24d portsandbox.tcl: Fix typo in comment
</span>2c6fc24d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2c6fc24ddd1d6961afa83c5b35be12224b6850f6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jul 3 18:39:47 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    portsandbox.tcl: Fix typo in comment
</span>---
 src/port1.0/portsandbox.tcl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portsandbox.tcl b/src/port1.0/portsandbox.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 0653be6c..cff38a6d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portsandbox.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portsandbox.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,8 +101,7 @@ proc portsandbox::set_profile {target} {
</span>         lappend perms file-write-setugid
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # If ${prefix} is own its own volume, grant access to its
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # If ${prefix} is on its own volume, grant access to its
</span>     # temporary items directory, used by Xcode tools
     if {[catch {get_mountpoint ${prefix_frozen}} mountpoint]} {
         ui_debug "get_mountpoint failed: $mountpoint"
</pre><pre style='margin:0'>

</pre>