not yet, need to figure out how to fix quirks first
authorespie <espie@openbsd.org>
Tue, 4 May 2021 08:53:15 +0000 (08:53 +0000)
committerespie <espie@openbsd.org>
Tue, 4 May 2021 08:53:15 +0000 (08:53 +0000)
usr.sbin/pkg_add/pkg_add

index 829facd..5d4e39b 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 # ex:ts=8 sw=4:
-# $OpenBSD: pkg_add,v 1.484 2021/05/04 08:39:19 espie Exp $
+# $OpenBSD: pkg_add,v 1.485 2021/05/04 08:53:15 espie Exp $
 #
 # Copyright (c) 2010 Marc Espie <espie@openbsd.org>
 #
@@ -18,7 +18,7 @@
 
 use strict;
 use warnings;
-no lib ('/usr/local/libdata/perl5/site_perl');
+#no lib ('/usr/local/libdata/perl5/site_perl');
 
 sub run
 {