<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [igt] intel-gpu-tools/configure.ac dumper test breaks in non-bash shells"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84750">84750</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[igt] intel-gpu-tools/configure.ac dumper test breaks in non-bash shells
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>DRI
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>XOrg CVS
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>low
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>DRM/Intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ats-fd@offog.org
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=107494" name="attach_107494" title="Change == to =">attachment 107494</a> <a href="attachment.cgi?id=107494&action=edit" title="Change == to =">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=84750&attachment=107494'>[review]</a>
Change == to =

In intel-gpu-tools 1.8, the configure.ac tests to enable the register dumper
contain the following at line 140:

if test "x$DUMPER" == xyes; then

It ought to be "=" (like a few lines earlier), not "==". The latter works in
bash but not in other shells; the configure script breaks if (for example)
/bin/sh is dash. Patch attached that just removes one of the =s.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>