From e938a511befdb102be568ed2046c5ea9e99a93aa Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Sep 1994 22:16:51 +0000 Subject: (selective_vpath_search): Reset EXISTS when stat fails. --- vpath.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vpath.c') diff --git a/vpath.c b/vpath.c index 8045357..480fcad 100644 --- a/vpath.c +++ b/vpath.c @@ -434,6 +434,8 @@ selective_vpath_search (path, file, mtime_ptr) return 1; } + else + exists = 0; } } -- cgit v1.2.3