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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f2321e511db708542bcbee5a072dea77d38b8024">https://github.com/macports/macports-ports/commit/f2321e511db708542bcbee5a072dea77d38b8024</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 f2321e511db gucharmap: Use system -W instead of cd
</span>f2321e511db is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f2321e511db708542bcbee5a072dea77d38b8024
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jul 3 03:04:00 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gucharmap: Use system -W instead of cd
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    and guard against spaces in path
</span>---
 gnome/gucharmap/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gucharmap/Portfile b/gnome/gucharmap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2dd03ba1c92..443e324bebb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gucharmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gucharmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,7 @@ depends_extract     port:unzip
</span> extract.only        ${source_distfile}
 
 post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "cd ${workpath} && ${prefix}/bin/unzip -q ${distpath}/${ucd_distfile} -d ./UCD"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${workpath} "${prefix}/bin/unzip -q '${distpath}/${ucd_distfile}' -d ./UCD"
</span>     copy ${distpath}/${unihan_distfile} ${workpath}/UCD
 }
 
</pre><pre style='margin:0'>

</pre>