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

David Lutterkort lutter at redhat.com
Sat Jan 31 01:08:37 UTC 2009


---
 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 */
-- 
1.6.0.6




More information about the augeas-devel mailing list