summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.c b/src/lib.c
index e91fb03..9794e7d 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -22,7 +22,7 @@ rcp_find(char *** lib, int lib_n, const char * path)
char line[LINE_SIZE];
FILE *fp;
- char cmd[LINE_SIZE] = "/bin/find ";
+ char cmd[LINE_SIZE] = "/bin/find -L ";
strcat(cmd, path);
strcat(cmd, " -name '*.rcp'");