summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-02-22 08:28:31 -0700
committerEric Blake <eblake@redhat.com>2011-02-22 08:28:31 -0700
commit40ba2143758f833c05cca17b6bc6a28dbe272333 (patch)
tree3ea3b42872ac822a8dabc9395888a9a3a0fe1460 /Makefile
parent75fb803d0df021f3983da81735094adce7dd3009 (diff)
downloadgnulib-40ba2143758f833c05cca17b6bc6a28dbe272333.tar.gz
maint: avoid any CDPATH issue
* Makefile (sc_cpp_indent_check): Anchor cd argument. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index df1038ffc6..776de73837 100644
--- a/Makefile
+++ b/Makefile
@@ -45,11 +45,11 @@ sc_pragma_columns:
exit 1; } || :; \
else :; fi
-# Verify that certain (for now, only Jim Meyering's) lib/**.c files
-# are consistently cpp indented.
+# Verify that certain (for now, only Jim Meyering and Eric Blake's)
+# lib/**.c files are consistently cpp indented.
sc_cpp_indent_check:
./gnulib-tool --extract-filelist \
- $$(cd modules; grep -ilrE '(meyering|blake)' .) \
+ $$(cd ./modules; grep -ilrE '(meyering|blake)' .) \
| sort -u \
| grep 'lib/.*\.c$$' \
| grep -v '/getloadavg\.c$$' \