allow default from state
authorespie <espie@openbsd.org>
Wed, 11 Jul 2018 09:57:59 +0000 (09:57 +0000)
committerespie <espie@openbsd.org>
Wed, 11 Jul 2018 09:57:59 +0000 (09:57 +0000)
usr.sbin/pkg_add/pkg_mklocatedb

index e22bd51..295b482 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 # Copyright (c) 2005-2010 Marc Espie <espie@openbsd.org>
-# $OpenBSD: pkg_mklocatedb,v 1.44 2018/06/25 17:00:46 espie Exp $
+# $OpenBSD: pkg_mklocatedb,v 1.45 2018/07/11 09:57:59 espie Exp $
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -207,7 +207,7 @@ sub copy_stdin
        }
 }
 
-my $state = OpenBSD::Pkgmklocatedb::State->new("pkg_mklocatedb");
+my $state = OpenBSD::Pkgmklocatedb::State->new;
 $state->handle_options;
 
 open_output($state);