<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22738">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">buildgcc: Hide stderr output of getopt test<br><br>Change-Id: I03c38de3a3b88d569d629be7483eb53164cf136a<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M util/crossgcc/buildgcc<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/22738/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc<br>index 780d87a..76ed1be 100755<br>--- a/util/crossgcc/buildgcc<br>+++ b/util/crossgcc/buildgcc<br>@@ -899,7 +899,7 @@<br> getopt - > /dev/null 2>/dev/null || gcc -o getopt getopt.c<br> <br> # parse parameters.. try to find out whether we're running GNU getopt<br>-getoptbrand="$(getopt -V | sed -e '1!d' -e 's,^\(......\).*,\1,')"<br>+getoptbrand="$(getopt -V 2>/dev/null | sed -e '1!d' -e 's,^\(......\).*,\1,')"<br> if [ "${getoptbrand}" = "getopt" ]; then<br>        # Detected GNU getopt that supports long options.<br>     args=$(getopt -l version,help,clean,directory:,bootstrap,bootstrap-only,platform:,languages:,package:,jobs:,destdir:,savetemps,scripting,ccache,supported:,urls,nocolor -o Vhcd:bBp:l:P:j:D:tSys:un -- "$@")<br></pre><p>To view, visit <a href="https://review.coreboot.org/22738">change 22738</a>. To unsubscribe, visit <a href="https://review.coreboot.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://review.coreboot.org/22738"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I03c38de3a3b88d569d629be7483eb53164cf136a </div>
<div style="display:none"> Gerrit-Change-Number: 22738 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>