<p>Corey Farrell <strong>posted comments</strong> on this change.</p><p><a href="https://gerrit.asterisk.org/8235">View Change</a></p><p>Patch set 1:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #d4ffd4;">Code-Review +1</span></p><p style="white-space: pre-wrap; word-wrap: break-word;">Feel free to address my comment about the -z check or not, it makes no difference right now.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Keep in mind I'm only reviewing this for shell script correctness, I assume you've tested that this actually does what you expect.</p><p>(2 comments)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://gerrit.asterisk.org/#/c/8235/1/bootstrap.sh">File bootstrap.sh:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/8235/1/bootstrap.sh@1">Patch Set #1, Line 1:</a> <code style="font-family:monospace,monospace">#!/bin/sh</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Not a new issue but is '[' a valid alias for 'test' outside of bash?</p></li><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/8235/1/bootstrap.sh@22">Patch Set #1, Line 22:</a> <code style="font-family:monospace,monospace">              [ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.63</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">If we ever change the first line to '#!/bin/sh -e' this would error out if $AUTOCONF_VERSION is set non-blank.  Same applies to next line as well.</p><p style="white-space: pre-wrap; word-wrap: break-word;">This will work as is, but it would be less fragile if you used:<br>[ -n "$AUTOCONF_VERSION" ] || export AUTOCONF_VERSION=2.63</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/8235">change 8235</a>. To unsubscribe, 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/8235"/><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-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624 </div>
<div style="display:none"> Gerrit-Change-Number: 8235 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Comment-Date: Sat, 17 Feb 2018 00:11:03 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>