diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2010-08-02 18:30:11 -0400 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2010-08-02 18:30:11 -0400 |
commit | 49e4b95b843bc1249423edfa368be53154379f9e (patch) | |
tree | e2b55ec685f59788a6ab3e54d7a1a5f6dc997c32 /Makefile.am | |
parent | b22203a88779f5e3ed4e1eab075ff56e2bce8bb7 (diff) | |
download | slapi-nis-49e4b95b843bc1249423edfa368be53154379f9e.tar.gz slapi-nis-49e4b95b843bc1249423edfa368be53154379f9e.tar.xz slapi-nis-49e4b95b843bc1249423edfa368be53154379f9e.zip |
- fix doc/nis-known-maps.txt
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3b32aee..5c2fcff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ $(srcdir)/doc/nis-known-maps.txt: src/defs-nis.c $(builddir)/Makefile echo "This is the list of NIS maps for which compiled-in default search" >> $@ echo "filters and key and value format specifiers are currently known:" >> $@ echo "" >> $@ - egrep '{"[^"]+",' $(srcdir)/src/defs-nis.c | awk -F'"' '{print " ", $$2}' >> $@ + grep -E '^ {"[^"]+",' $(srcdir)/src/defs-nis.c | awk -F'"' '{print " ", $$2}' >> $@ VERSION=@PACKAGE_VERSION@ RELEASE=0 |