Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Fri, 15 Jan 2016 17:33:32 UTC Commit: f1889ab92d55ed0e3db317e228c1fea72320babd https://github.com/geany/geany-plugins/commit/f1889ab92d55ed0e3db317e228c1fe...
Log Message: ----------- GeanyCtags: Follow symbolic links
Modified Paths: -------------- geanyctags/src/geanyctags.c
Modified: geanyctags/src/geanyctags.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -192,7 +192,7 @@ static gchar *generate_find_string(GeanyProject *prj) { gchar *ret;
- ret = g_strdup("find . -not -path '*/\.*'"); + ret = g_strdup("find -L . -not -path '*/\.*'");
if (!EMPTY(prj->file_patterns)) {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org