summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/man-db/files/man-db.cron2
1 files changed, 1 insertions, 1 deletions
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}"