<p>Jaco Kroon has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17704">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix sed(1) syntax compatibility with NetBSD<br><br>\s is a GNUism, unavailable in NetBSD sed.  use the POSIX [[:space:]]<br>syntax instead.<br><br>MichaƂ supplied me with this patch to submit.<br><br>Change-Id: Ie4b406e2748920643446851a0a252a4ca7245772<br>Signed-off-by: Jaco Kroon <jaco@uls.co.za><br>---<br>M build_tools/make_version<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/04/17704/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/build_tools/make_version b/build_tools/make_version</span><br><span>index ad9fb3f..847649c 100755</span><br><span>--- a/build_tools/make_version</span><br><span>+++ b/build_tools/make_version</span><br><span>@@ -98,7 +98,7 @@</span><br><span>     # If the first log commit messages indicates that this is checked into</span><br><span>     # subversion, we'll just use the SVN- form of the revision.</span><br><span>     MODIFIED=""</span><br><span style="color: hsl(0, 100%, 40%);">-    SVN_REV=`${GIT} log --pretty=full -1 | ${GREP} -F "git-svn-id:" | sed -e "s/.*\@\([^\s]*\)\s.*/\1/g"`</span><br><span style="color: hsl(120, 100%, 40%);">+    SVN_REV=`${GIT} log --pretty=full -1 | ${GREP} -F "git-svn-id:" | sed -e "s/.*\@\([^[:space:]]*\)[[:space:]].*/\1/g"`</span><br><span>     if [ -z "$SVN_REV" ]; then</span><br><span>         MAINLINE_BRANCH=$(git config -f .gitreview --get gerrit.defaultbranch)</span><br><span>         VERSION=`${GIT} describe --long --always --tags --dirty=M 2> /dev/null`</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17704">change 17704</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/+/17704"/><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: Ie4b406e2748920643446851a0a252a4ca7245772 </div>
<div style="display:none"> Gerrit-Change-Number: 17704 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jaco Kroon <jaco@uls.co.za> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>