From 66650886f90d4eec1f070628f4b2a9b4d6688de4 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 18 Apr 2011 14:00:57 +0000 Subject: [PATCH] okay, we're dpb and no longer dpb3 --- infrastructure/bin/dpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/bin/dpb b/infrastructure/bin/dpb index 01a7ec5df35..1ca75c03214 100755 --- a/infrastructure/bin/dpb +++ b/infrastructure/bin/dpb @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: dpb,v 1.12 2011/04/05 08:23:00 espie Exp $ +# $OpenBSD: dpb,v 1.13 2011/04/18 14:00:57 espie Exp $ # # Copyright (c) 2010 Marc Espie # @@ -96,7 +96,7 @@ sub parse_build_file my @build_files = (); my $heuristics = DPB::Heuristics->new; -my $ui = OpenBSD::State->new('dpb3'); +my $ui = OpenBSD::State->new('dpb'); $ui->{opt} = { P => sub { my $file = shift;