[augeas-devel] augeas: master - * src/transform.c: use POSIX conform FNM_PATHNAME, nut GNU alias

David Lutterkort lutter at fedoraproject.org
Mon Feb 2 05:57:06 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=c38d171db94c7d11186cf0536ae43319f43526b7
Commit:        c38d171db94c7d11186cf0536ae43319f43526b7
Parent:        f5c78f3c49c3a5884aa08d18845dd0628a1ae9aa
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Fri Jan 30 14:51:28 2009 -0800
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Fri Jan 30 16:59:43 2009 -0800

* src/transform.c: use POSIX conform FNM_PATHNAME, nut GNU alias

---
 src/transform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/transform.c b/src/transform.c
index 1efc589..f1434f2 100644
--- a/src/transform.c
+++ b/src/transform.c
@@ -37,7 +37,7 @@
 #include "augeas.h"
 #include "syntax.h"
 
-static const int fnm_flags = FNM_FILE_NAME;
+static const int fnm_flags = FNM_PATHNAME;
 static const int glob_flags = GLOB_NOSORT;
 
 /* Extension for newly created files */




More information about the augeas-devel mailing list