From 9b69c20b240428baee4973fee41fa7f9e1cd006c Mon Sep 17 00:00:00 2001 From: pmarecha Date: Thu, 24 Jun 2010 08:23:33 +0000 Subject: Fix help load --- scilab2c/etc/scilab2c.start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab2c/etc/scilab2c.start b/scilab2c/etc/scilab2c.start index 620f5fe9..8e77e350 100644 --- a/scilab2c/etc/scilab2c.start +++ b/scilab2c/etc/scilab2c.start @@ -28,7 +28,7 @@ clear pathmacros; if or(getscilabmode() == ["NW";"STD"]) then mprintf("\tLoad help\n"); path_addchapter = pathconvert(root_tlbx+"/jar"); - if ( isdir(path_addchapter) <> [] ) then + if isdir(path_addchapter) then add_help_chapter("Scilab 2 C", path_addchapter, %F); clear add_help_chapter path_addchapter end -- cgit