blob: d68b1a67c4e630cbb93e9681df62890b4b003764 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-ag,v 1.1.1.1 1999/06/08 17:51:26 bad Exp $
--- ./medit.orig Mon Apr 28 12:38:05 1997
+++ ./medit Tue Jun 8 10:55:13 1999
@@ -30,4 +30,5 @@
# All these should be in the standard PERL library
+unshift(@INC, $bindir);
unshift(@INC, $homedir);
require "shlock.pl"; # NNTP-style file locking
|