summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-08-02 18:30:11 -0400
committerNalin Dahyabhai <nalin@redhat.com>2010-08-02 18:30:11 -0400
commit49e4b95b843bc1249423edfa368be53154379f9e (patch)
treee2b55ec685f59788a6ab3e54d7a1a5f6dc997c32 /Makefile.am
parentb22203a88779f5e3ed4e1eab075ff56e2bce8bb7 (diff)
downloadslapi-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.am2
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