From 1bfd963d0be95339496051e164304b43be97aaa3 Mon Sep 17 00:00:00 2001 From: pmarecha Date: Thu, 24 Jun 2010 08:23:33 +0000 Subject: Fix help load --- etc/scilab2c.start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/scilab2c.start b/etc/scilab2c.start index 620f5fe9..8e77e350 100644 --- a/etc/scilab2c.start +++ b/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