From 2bb45be05dabf0f03a4c690ac13dcb3ab6eda03c Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 21 Feb 2017 13:50:36 -0800 Subject: [PATCH] sys-apps/man-db: fix quoting in cronjob. Package-Manager: portage-2.3.3 Signed-off-by: Robin H. Johnson --- sys-apps/man-db/files/man-db.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/man-db/files/man-db.cron b/sys-apps/man-db/files/man-db.cron index d94e594d1acf..b3794f255734 100644 --- a/sys-apps/man-db/files/man-db.cron +++ b/sys-apps/man-db/files/man-db.cron @@ -2,7 +2,7 @@ # Use same perms/settings as the ebuild. cachedir="/var/cache/man" -if [ ! -d ${cachedir} ]; then +if [ ! -d "${cachedir}" ]; then mkdir -p "${cachedir}" chown man:man "${cachedir}" chmod 0755 "${cachedir}" -- 2.26.2