<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 06/08/2019 à 15:44, Samuel Gougeon a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:21f07997-78a7-16a0-3f81-d1f42736790a@free.fr">Le
06/08/2019 à 15:03, philippe a écrit :
<br>
<blockquote type="cite">.../...
<br>
I've just done this an get :
<br>
<br>
<br>
-> test_run("ast",[],"no_check_ref")
<br>
TMPDIR = /tmp/SCI_TMP_32597_VRKa5r
<br>
<br>
Module 001/001 - [ast] :
<br>
<br>
001/154 - [ast] Sand.........................................
<br>
( /usr/-6.0.2//bin/scilab -nwni -nb -quit --timeout 15m -f
/tmp/SCI_TMP_32597_VRKa5r/Sand.tst > /tmp/SCI_TMP_32
<br>
597_VRKa5r/Sand.res ) 2> /tmp/SCI_TMP_32597_VRKa5r/Sand.er
<br>
<br>
<br>
the command line "/usr/-6.0.2//bin/scilab" should be instead :
<br>
/usr/share/scilab-6.0.2/bin/scilab
<br>
</blockquote>
<br>
.../...
<br>
<br>
<blockquote type="cite">
<br>
--> SCI
<br>
SCI =
<br>
<br>
/usr/share/scilab-6.0.2/share/scilab
<br>
</blockquote>
<br>
<br>
So, shouldn't the command line be
<br>
/usr/share/scilab-6.0.2/share/scilab/bin/scilab
<br>
intead of
<br>
/usr/share/scilab-6.0.2/bin/scilab
<br>
that you mention earlier?
<br>
</blockquote>
<p><br>
</p>
<p>OK, i have got it. Your binary is actually in
/usr/share/scilab-6.0.2/bin/scilab<br>
This is why this "if" condition is useful in this case.<br>
But still, if a standard installation is always done with this
path starting with /usr/<b>share/scilab</b>-6.0.2, then the bug
should occur for every Linux or Darwin user (with no binary
located where expected in first), unless it is a patch that has
never been tested...</p>
<br>
</body>
</html>