summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/perform.c
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-02 12:38:29 +0000
committersobomax <sobomax@FreeBSD.org>2001-08-02 12:38:29 +0000
commitfd136a35b7dd890f7e0311529a85fb68a1a77d13 (patch)
treee0c4b81d815e2f6178ad7197381d4118747ff56d /usr.sbin/pkg_install/info/perform.c
parenta9479014c3acf16862bef0f26b143ab5a3e45eeb (diff)
downloadFreeBSD-src-fd136a35b7dd890f7e0311529a85fb68a1a77d13.zip
FreeBSD-src-fd136a35b7dd890f7e0311529a85fb68a1a77d13.tar.gz
Usability tweak:
Use '' quotes instead of `' to delimit names of files and packages in warning and error messages, because it is easier to cut-n-paste name in question that way (single click) without confusing the shell. And yes, I know that it is less eye-candy... MFC after: 1 month
Diffstat (limited to 'usr.sbin/pkg_install/info/perform.c')
-rw-r--r--usr.sbin/pkg_install/info/perform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c
index be9cca9..2efae9c 100644
--- a/usr.sbin/pkg_install/info/perform.c
+++ b/usr.sbin/pkg_install/info/perform.c
@@ -150,7 +150,7 @@ pkg_do(char *pkg)
sprintf(log_dir, "%s/%s", (tmp = getenv(PKG_DBDIR)) ? tmp : DEF_LOG_DIR,
pkg);
if (!fexists(log_dir)) {
- warnx("can't find package `%s' installed or in a file!", pkg);
+ warnx("can't find package '%s' installed or in a file!", pkg);
return 1;
}
if (chdir(log_dir) == FAIL) {
OpenPOWER on IntegriCloud