artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b79436
)
yet another stupid shadowed variable, thx sthen@
author
espie
<espie@openbsd.org>
Thu, 12 May 2022 17:01:01 +0000
(17:01 +0000)
committer
espie
<espie@openbsd.org>
Thu, 12 May 2022 17:01:01 +0000
(17:01 +0000)
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
index
e3a2452
..
e4dc254
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
@@
-1,6
+1,6
@@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgCreate.pm,v 1.17
5 2022/05/12 14:21:06
espie Exp $
+# $OpenBSD: PkgCreate.pm,v 1.17
6 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)) {