diff --git a/builtin/add.c b/builtin/add.c index 633ec92d4e..fe65d11fbd 100644 --- a/builtin/add.c +++ b/builtin/add.c @@ -609,6 +609,6 @@ finish: free(ps_matched); dir_clear(&dir); clear_pathspec(&pathspec); - enable_fscache(0); + disable_fscache(); return exit_status; }