summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/pen.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-21 06:30:41 +0000
committerjkh <jkh@FreeBSD.org>1995-04-21 06:30:41 +0000
commit63dadcab7d7b8eb9e20ea5abd48532b093e82632 (patch)
tree1dbc85cb80a3a4d5a91faa41804a1cf4d676d410 /usr.sbin/pkg_install/lib/pen.c
parent053ac70f9ff7179b1247259b6988cffeebbb80d9 (diff)
downloadFreeBSD-src-63dadcab7d7b8eb9e20ea5abd48532b093e82632.zip
FreeBSD-src-63dadcab7d7b8eb9e20ea5abd48532b093e82632.tar.gz
Correct a bogusly formatted printf().
Diffstat (limited to 'usr.sbin/pkg_install/lib/pen.c')
-rw-r--r--usr.sbin/pkg_install/lib/pen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c
index 3ad1251..fe1468a 100644
--- a/usr.sbin/pkg_install/lib/pen.c
+++ b/usr.sbin/pkg_install/lib/pen.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: pen.c,v 1.9 1995/02/16 12:43:00 jkh Exp $";
+static const char *rcsid = "$Id: pen.c,v 1.10 1995/04/18 13:04:34 jkh Exp $";
#endif
/*
@@ -63,7 +63,7 @@ make_playpen(char *pen, size_t sz)
}
if (min_free(Pen) < sz) {
rmdir(Pen);
- barf("Not enough free space to create `%s'.\nPlease set your PKG_TMPDIRenvironment variable to a location with more space and\ntry the command again.", Pen);
+ barf("Not enough free space to create `%s'.\nPlease set your PKG_TMPDIR environment variable to a location with more space and\ntry the command again.", Pen);
}
if (chdir(Pen) == FAIL)
barf("Can't chdir to '%s'.", Pen);
OpenPOWER on IntegriCloud