X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7bec6a5cd6cabe93163707b901482a6692ca78cf..34ccb63e71367fb1f93530f60147ef6e4ac4e3e4:/exclude.c diff --git a/exclude.c b/exclude.c index 1c51607f..9a837411 100644 --- a/exclude.c +++ b/exclude.c @@ -122,7 +122,7 @@ char **make_exclude_list(char *fname,char **list1,int fatal) if (!f) { if (fatal) { fprintf(stderr,"%s : %s\n",fname,strerror(errno)); - exit(1); + exit_cleanup(1); } return list; }