Change-Id: I3e7603a0a148333aa2fc53fc3e0f758b6aefd561
scilab/bin/scilab -nw -f $TMPFILE || return 2
else
if test -f scilab/bin/WScilex.exe; then
- scilab/bin/scilex.exe -f $TMPFILE || return 2
+ scilab/bin/wscilex.exe -nw -f $TMPFILE || return 2
else
echo "Scilab has not been built."
rm $TMPFILE