diff options
Diffstat (limited to 'src/lib.c')
-rw-r--r-- | src/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ collect_library(char *** dst, char * argv[], int argc, int optind) fp = popen("/bin/find /home/gramanas/code/foodtools/lib/ -name '*.rcp'", "r"); if (fp == NULL) { fprintf(stderr, "Couldn't run /bin/find\n"); - exit(1); + return 0; } /* Read the output a line at a time */ |