yet another stupid shadowed variable, thx sthen@
authorespie <espie@openbsd.org>
Thu, 12 May 2022 17:01:01 +0000 (17:01 +0000)
committerespie <espie@openbsd.org>
Thu, 12 May 2022 17:01:01 +0000 (17:01 +0000)
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm

index e3a2452..e4dc254 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 # ex:ts=8 sw=4:
-# $OpenBSD: PkgCreate.pm,v 1.175 2022/05/12 14:21:06 espie Exp $
+# $OpenBSD: PkgCreate.pm,v 1.176 2022/05/12 17:01:01 espie Exp $
 #
 # Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org>
 #
@@ -1569,7 +1569,7 @@ sub save_history
 
                my $name = $plist->fullpkgpath;
                $name =~ s,/,.,g;
-               my $fname = "$dir/$name";
+               $fname = "$dir/$name";
                my $n = 0;
 
                if (open(my $f, '<', $fname)) {