From: espie Date: Sun, 1 Aug 2010 10:04:24 +0000 (+0000) Subject: typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=617985fa46f6d5f2509e7a4bc23b79bcfe04c49d;p=openbsd typo --- 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));