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

</pre>
<p><a href="https://github.com/macports/macports-base/commit/52a5053601101483ca4f50f0ac4d992c85b106d4">https://github.com/macports/macports-base/commit/52a5053601101483ca4f50f0ac4d992c85b106d4</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 52a505360 postflight: check 'UserShell' dscl key not 'shell'
</span>52a505360 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 52a5053601101483ca4f50f0ac4d992c85b106d4
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun May 25 12:11:02 2025 +1000

<span style='display:block; white-space:pre;color:#404040;'>    postflight: check 'UserShell' dscl key not 'shell'
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/46139
</span>---
 portmgr/dmg/postflight.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/portmgr/dmg/postflight.in b/portmgr/dmg/postflight.in
</span><span style='display:block; white-space:pre;color:#808080;'>index f1e64295b..3d119e9a4 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/portmgr/dmg/postflight.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/portmgr/dmg/postflight.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -231,7 +231,7 @@ fi
</span> 
 # Determine the user's shell, in order to choose an appropriate configuration file we'll be tweaking.
 # Exit nicely if the shell is any other than bash or tcsh, as that's considered non-standard.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-USHELL=$(${DSCL} . -read "/Users/${USER}" shell) || {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+USHELL=$(${DSCL} . -read "/Users/${USER}" UserShell) || {
</span>     echo "An attempt to determine your shell name failed! Please set your MacPorts compatible environment manually."
     update_macports
     exit 1
</pre><pre style='margin:0'>

</pre>