summaryrefslogtreecommitdiffstats
path: root/math/scilab/files/patch-bf
blob: 435f7e778621f90974f1ccc5362c5d7f3e5aca86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- macros/util/help.sci.orig	Sun Nov 23 21:13:37 2003
+++ macros/util/help.sci	Sun Nov 23 21:11:24 2003
@@ -184,7 +184,8 @@
    if MSDOS then
      tcltk_help(path,key);
    else
-     unix(SCI+'/tcl/browsehelpexe ' +path+ '&');
+     tcltk_help(path,key);
+//     unix(SCI+'/tcl/browsehelpexe ' +path+ '&');
    end
   else
      write(%io(2),mgetl(path))
OpenPOWER on IntegriCloud