<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/677ebe066b0f8402925091b5094f80dc61a69873">https://github.com/macports/macports-ports/commit/677ebe066b0f8402925091b5094f80dc61a69873</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 677ebe066b0 oracle-instantclient: Use shellescape
</span>677ebe066b0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 677ebe066b0f8402925091b5094f80dc61a69873
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 27 13:05:43 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    oracle-instantclient: Use shellescape
</span>---
 databases/oracle-instantclient/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/oracle-instantclient/Portfile b/databases/oracle-instantclient/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0c648e67cc8..245ed8f67d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/oracle-instantclient/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/oracle-instantclient/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -133,7 +133,7 @@ extract {
</span>     xinstall -d ${my_build_dir}
     foreach my_arch ${configure.universal_archs} {
         foreach my_distfile_type {basic sdk} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            system "${extract.cmd} ${extract.pre_args} ${extract.post_args} ${distpath}/[format $my_distname_format(${my_arch}) ${my_distfile_type}]${extract.suffix}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            system "${extract.cmd} ${extract.pre_args} ${extract.post_args} [shellescape ${distpath}/[format $my_distname_format(${my_arch}) ${my_distfile_type}]${extract.suffix}]"
</span>         }
         move ${extract.dir}/[format ${my_worksrcdir_format} [join [lrange [split ${version} .] 0 1] "_"]] ${my_build_dir}/${my_arch}
     }
</pre><pre style='margin:0'>

</pre>