[geany/geany-plugins] f1889a: GeanyCtags: Follow symbolic links
Jiří Techet
git-noreply at xxxxx
Fri Jan 15 17:33:32 UTC 2016
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Fri, 15 Jan 2016 17:33:32 UTC
Commit: f1889ab92d55ed0e3db317e228c1fea72320babd
https://github.com/geany/geany-plugins/commit/f1889ab92d55ed0e3db317e228c1fea72320babd
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).
More information about the Plugins-Commits
mailing list