From: Jim Meyering Date: Sat, 10 Jan 1998 10:22:30 +0000 (+0000) Subject: (make_path): Put only newly created directories on the LEADING_DIRS list. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0078bf814db8519fcbbd19c7945aed0ecc1c62c1;p=pspp (make_path): Put only newly created directories on the LEADING_DIRS list. --- diff --git a/lib/makepath.c b/lib/makepath.c index ff499cab05..98e1ff573a 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -1,5 +1,5 @@ /* makepath.c -- Ensure that a directory path exists. - Copyright (C) 1990, 1997 Free Software Foundation, Inc. + Copyright (C) 1990, 1997, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -255,7 +255,7 @@ make_path (const char *argpath, return 1; } - if (re_protect) + if (newly_created_dir && re_protect) { struct ptr_list *new = (struct ptr_list *) alloca (sizeof (struct ptr_list));