From 617985fa46f6d5f2509e7a4bc23b79bcfe04c49d Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 1 Aug 2010 10:04:24 +0000 Subject: [PATCH] typo --- usr.sbin/pkg_add/OpenBSD/PkgAdd.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm b/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm index 8fa5f2db23f..c782995e671 100644 --- a/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm +++ b/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: PkgAdd.pm,v 1.11 2010/08/01 10:03:24 espie Exp $ +# $OpenBSD: PkgAdd.pm,v 1.12 2010/08/01 10:04:24 espie Exp $ # # Copyright (c) 2003-2010 Marc Espie # @@ -379,7 +379,7 @@ sub install_issues } if (!$state->{allow_replacing}) { - if (grep { !/^.libs\d*\-/ && !/^partial\-/ } @conflicts) { + if (grep { !/^\.libs\d*\-/ && !/^partial\-/ } @conflicts) { if (!$set->is_an_update_from(@conflicts)) { $state->errsay("Can't install #1 because of conflicts (#2)", $set->print, join(',', @conflicts)); -- 2.20.1