From f71611c47848e687376f7f18620bb148523bfbf3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 27 Apr 2000 06:46:13 +0000 Subject: [PATCH] tweak comment --- lib/makepath.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/makepath.c b/lib/makepath.c index ea1b407317..9763b4c04c 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -389,7 +389,8 @@ make_path (const char *argpath, /* The above chown may have turned off some permission bits in MODE. Another reason we may have to use chmod here is that mkdir(2) is required to honor only the file permission bits. In particular, - it may not have honored the `special' bits. */ + it need not honor the `special' bits, so if MODE includes any + special bits, set them here. */ if ((mode & ~S_IRWXUGO) && chmod (basename_dir, mode)) { -- 2.30.2