14 lines
321 B
Text
14 lines
321 B
Text
|
$NetBSD: patch-ae,v 1.1.1.1 1999/06/08 17:51:26 bad Exp $
|
||
|
|
||
|
--- ./digest.orig Wed Aug 27 08:42:52 1997
|
||
|
+++ ./digest Tue Jun 8 10:55:12 1999
|
||
|
@@ -320,4 +320,8 @@
|
||
|
chdir($homedir);
|
||
|
|
||
|
+ # All these should be in the standard PERL library
|
||
|
+ unshift(@INC, $bindir);
|
||
|
+ unshift(@INC, $homedir);
|
||
|
+
|
||
|
$opt_l =~ tr/A-Z/a-z/;
|
||
|
|