commit 3639740317eb9cfc68f3f9dddb9246229bb74a91 parent 4173a5c6ef7936e4d738cedb1ae4707f2beebcd6 Author: ng0 <ng0@n0.is> Date: Tue, 19 Nov 2019 21:41:46 +0000 fix copy paste mistake. Diffstat:
| M | Makefile.am | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am @@ -8,8 +8,7 @@ EXTRA_DIST = config.rpath install-sh ACLOCAL_AMFLAGS = -I m4 if HAVE_UNCRUSTIFY_BINARY -MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xar -gs -0 uncrustify -c $(top_srcdir)/uncrustify.cfg -q --replace --no-backup 2>&1 || true +MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir)/uncrustify.cfg -q --replace --no-backup 2>&1 || true else MCRUSTIFY = echo "crustify: skipped" endif