Simpler code to display Scilab version
This commit is contained in:
parent
e32956434b
commit
f9f1116e58
1 changed files with 1 additions and 1 deletions
|
|
@ -1756,7 +1756,7 @@ scilab_run:
|
|||
# -----------------------------------------------------------------
|
||||
|
||||
scilab_version:
|
||||
echo `$(SCILAB) -version | head -1 | sed -e 's|Scilab version \"\(.*\)\"|\1|g'`
|
||||
echo `$(SCILAB) -version | head -1`
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Cleaning the scilab examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue