forked from Lainports/freebsd-ports
12 lines
358 B
Text
12 lines
358 B
Text
--- 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))
|