artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e722a8
)
not yet, need to figure out how to fix quirks first
author
espie
<espie@openbsd.org>
Tue, 4 May 2021 08:53:15 +0000
(08:53 +0000)
committer
espie
<espie@openbsd.org>
Tue, 4 May 2021 08:53:15 +0000
(08:53 +0000)
usr.sbin/pkg_add/pkg_add
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/pkg_add
b/usr.sbin/pkg_add/pkg_add
index
829facd
..
5d4e39b
100644
(file)
--- a/
usr.sbin/pkg_add/pkg_add
+++ b/
usr.sbin/pkg_add/pkg_add
@@
-1,6
+1,6
@@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: pkg_add,v 1.48
4 2021/05/04 08:39:19
espie Exp $
+# $OpenBSD: pkg_add,v 1.48
5 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
{