summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Scilab2C/Scilab2C/runscicode.sci3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Scilab2C/Scilab2C/runscicode.sci b/src/Scilab2C/Scilab2C/runscicode.sci
index 28cee266..79184d1d 100644
--- a/src/Scilab2C/Scilab2C/runscicode.sci
+++ b/src/Scilab2C/Scilab2C/runscicode.sci
@@ -57,8 +57,7 @@ disp('--- Executing your SCILAB code. ---');
disp('-----------------------------------');
[tmppath,tmpfile,tmpext] = fileparts(UserScilabMainFile);
cd(tmppath);
-execstr(tmpfile); // BRUNO exec doesn't work here. It doesn't run the code
-// execstr(tmpfile+tmpext); // BRUNO exec doesn't work here. It doesn't run the code
+execstr(tmpfile);
cd(RunSci2CMainDir);
disp('------------------------------------------');
disp('--- End Execution of your SCILAB code. ---');