//
// <-- Short Description -->
// Completion with accentued chars could lead to a a crash
-//
+//
// <-- LINUX ONLY -->
file_path = SCI + "/modules/console/tests/nonreg_tests/";
mkdir(TMPDIR + "/console");
end
// name known in scilab , C function called
table = ["completecommandline" ,"sci_completecommandline"];
-libname = ilib_build(ilib_name,table,files,libs,[],"",cflags);
+ilib_build(ilib_name,table,files,libs,[],"",cflags);
clear ilib_build;
-clear libname;
clear table;
clear libs;
clear files;