<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/18267">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac:  Remove curl -w option from DOWNLOAD<br><br>configure.ac was setting<br>DOWNLOAD="/usr/bin/curl -O --progress-bar -w \"%{url_effective}\n\""<br>and the '\n' was confusing build_tools/get_sourceable_makeopts.<br>Removing the unneeded '-w \"%{url_effective}\n\"' fixes things.<br><br>ASTERISK-29986<br>Reported by: Stefan Ruijsenaars<br><br>Change-Id: Idf2a90902228c2558daa5be7a4f8327556099cd2<br>---<br>M configure<br>M configure.ac<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/67/18267/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure b/configure</span><br><span>index 9c3804b..f6ae7b7 100755</span><br><span>--- a/configure</span><br><span>+++ b/configure</span><br><span>@@ -7706,7 +7706,7 @@</span><br><span>   DOWNLOAD_TO_STDOUT="${WGET} -q -O-"</span><br><span>   DOWNLOAD_TIMEOUT='--timeout=$1'</span><br><span> elif test "x${CURL}" != "x:"; then</span><br><span style="color: hsl(0, 100%, 40%);">-  DOWNLOAD="${CURL} -O --progress-bar -w \"%{url_effective}\n\""</span><br><span style="color: hsl(120, 100%, 40%);">+  DOWNLOAD="${CURL} -O --progress-bar"</span><br><span>   DOWNLOAD_TO_STDOUT="${CURL} -Ls"</span><br><span>   DOWNLOAD_TIMEOUT='--max-time $(or $2,$1)'</span><br><span> else</span><br><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 5729727..88f6755 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -296,7 +296,7 @@</span><br><span>   DOWNLOAD_TO_STDOUT="${WGET} -q -O-"</span><br><span>   DOWNLOAD_TIMEOUT='--timeout=$1'</span><br><span> elif test "x${CURL}" != "x:"; then</span><br><span style="color: hsl(0, 100%, 40%);">-  DOWNLOAD="${CURL} -O --progress-bar -w \"%{url_effective}\n\""</span><br><span style="color: hsl(120, 100%, 40%);">+  DOWNLOAD="${CURL} -O --progress-bar"</span><br><span>   DOWNLOAD_TO_STDOUT="${CURL} -Ls"</span><br><span>   DOWNLOAD_TIMEOUT='--max-time $(or $2,$1)'</span><br><span> else</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/18267">change 18267</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/+/18267"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 19 </div>
<div style="display:none"> Gerrit-Change-Id: Idf2a90902228c2558daa5be7a4f8327556099cd2 </div>
<div style="display:none"> Gerrit-Change-Number: 18267 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>