<p>Patrick Georgi <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30162">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/util_readme: Don't recommend running this script with "sh"<br><br>util/util_readme/util_readme.sh is specifically a bash script and<br>requires bash-specific features such as "[[". It doesn't work when run<br>with a "sh" shell that only implements POSIX features, such as dash.<br>Thus, tell the user to run the script directly, in which case the #!<br>line is used.<br><br>Change-Id: I5706ffe857c5a148e9776571a377ad8647f9a4c2<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>Reviewed-on: https://review.coreboot.org/c/30162<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Patrick Georgi <pgeorgi@google.com><br>---<br>M util/util_readme/util_readme.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/util_readme/util_readme.sh b/util/util_readme/util_readme.sh</span><br><span>index cdd94dc..af688c4 100755</span><br><span>--- a/util/util_readme/util_readme.sh</span><br><span>+++ b/util/util_readme/util_readme.sh</span><br><span>@@ -4,7 +4,7 @@</span><br><span> # in `./util` subdirectories</span><br><span> #</span><br><span> # Execute from root of project.  Example:</span><br><span style="color: hsl(0, 100%, 40%);">-# `sh util/util_readme/util_readme.sh`</span><br><span style="color: hsl(120, 100%, 40%);">+# `util/util_readme/util_readme.sh`</span><br><span> </span><br><span> UTIL_README_DIR="$(cd "$(dirname "$0")" || exit; pwd -P)"</span><br><span> UTIL_DIR=$(dirname "$UTIL_README_DIR")</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30162">change 30162</a>. To unsubscribe, or for help writing mail filters, 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/c/coreboot/+/30162"/><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-Change-Id: I5706ffe857c5a148e9776571a377ad8647f9a4c2 </div>
<div style="display:none"> Gerrit-Change-Number: 30162 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>