summaryrefslogtreecommitdiffstats
path: root/src/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.c b/src/lib.c
index f43bdc2..9eb5395 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -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 */