summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-08-12 19:18:04 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-08-12 19:18:04 +0000
commit3d6ab2067921264842d7085f97d5358b4f934f9a (patch)
tree934a76f038402ff323e804de11d372c2358057b6 /usr.sbin
parenta4336aa436434f2b4d4bcabd232997b81193066b (diff)
add missing $
ok espie@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_add/pkg_add4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add b/usr.sbin/pkg_add/pkg_add
index ad433fbcfd5..f28948c4e12 100644
--- a/usr.sbin/pkg_add/pkg_add
+++ b/usr.sbin/pkg_add/pkg_add
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: pkg_add,v 1.49 2004/08/10 12:04:53 espie Exp $
+# $OpenBSD: pkg_add,v 1.50 2004/08/12 19:18:03 brad Exp $
#
# Copyright (c) 2003-2004 Marc Espie <espie@openbsd.org>
#
@@ -110,7 +110,7 @@ sub install
if ($md5 eq $orig->{md5}) {
print "\t(but it seems to match the sample file $origname)\n";
} else {
- print "\tIt does not match the sample file origname\n";
+ print "\tIt does not match the sample file $origname\n";
print "You may wish to update it manually\n";
}
}