<p> Attention is currently required from: Frederic Van Espen. </p>
<p><a href="https://gerrit.asterisk.org/c/asterisk/+/17643">View Change</a></p><p>2 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="null">Patchset:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17643?tab=comments">Patch Set #2:</a> </p><p style="white-space: pre-wrap; word-wrap: break-word;">Observe shell quoting rules please :)</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File contrib/scripts/ast_coredumper:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17643/comment/5cfc83c2_107cc4ae">Patch Set #2, Line 318:</a> <code style="font-family:monospace,monospace">              if [ -n $OUTPUTDIR ] ; then</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">You'll need quotes:<br>```<br>$ unset OUTPUTDIR; [ -n $OUTPUTDIR ]; echo $?<br>0</p><p style="white-space: pre-wrap; word-wrap: break-word;">$ OUTPUTDIR=whatever; [ -n $OUTPUTDIR ]; echo $?<br>0</p><p style="white-space: pre-wrap; word-wrap: break-word;">$ unset OUTPUTDIR; [ -n "$OUTPUTDIR" ]; echo $?<br>1</p><p style="white-space: pre-wrap; word-wrap: break-word;">$ OUTPUTDIR=whatever; [ -n "$OUTPUTDIR" ]; echo $?<br>0<br>```</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17643">change 17643</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/17643"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I1c0071f6809a1e3f5cfc455d6eb08378bc0d7286 </div>
<div style="display:none"> Gerrit-Change-Number: 17643 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Frederic Van Espen <frederic.ve@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-CC: Walter Doekes <walter+asterisk@wjd.nu> </div>
<div style="display:none"> Gerrit-Attention: Frederic Van Espen <frederic.ve@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 09 Dec 2021 15:36:16 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Gerrit-MessageType: comment </div>