<html>
    <head>
      <base href="https://bugzilla.scilab.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
         <tr>
                <th>Reporter</th>
            <td>clement.david@scilab-enterprises.com</td>
         </tr>
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - host() should concatenates its arguments for easy CLI like wrapping"
   href="https://bugzilla.scilab.org/show_bug.cgi?id=15507">15507</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>host() should concatenates its arguments for easy CLI like wrapping
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Scilab software
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0 nightly or development
          </td>
        </tr>


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

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

        <tr>
          <th>Severity</th>
          <td>Wishlist
          </td>
        </tr>


        <tr>
          <th>Component</th>
          <td>Scilab
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>bugzilla.admin@scilab.org
          </td>
        </tr>
</table>
      <p>
        <div>
        <pre>BUG DESCRIPTION:
----------------
host() is not easy to use for classical DOS / Unix calls. I expect it to concatenate the arguments to pass them to the native DOS / Unix command as
parameters.

ERROR LOG:
----------
host: Wrong number of input argument(s): 1 expected.

HOW TO REPRODUCE THE BUG:
-------------------------
--> host git pull // wrapped to host("git", "pull")

host: Wrong number of input argument(s): 1 expected.

OTHER INFORMATION:
------------------</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>