(selective_vpath_search): Reset EXISTS when stat fails.
authorRoland McGrath <roland@redhat.com>
Mon, 26 Sep 1994 22:16:51 +0000 (22:16 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 26 Sep 1994 22:16:51 +0000 (22:16 +0000)
vpath.c

diff --git a/vpath.c b/vpath.c
index 804535781360cb750d64daff9d6d7ca8d7635ca9..480fcad744dc2b54effd757eeb5d2aba8d47cb6f 100644 (file)
--- a/vpath.c
+++ b/vpath.c
@@ -434,6 +434,8 @@ selective_vpath_search (path, file, mtime_ptr)
 
              return 1;
            }
+         else
+           exists = 0;
        }
     }