gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-fuse] 08/12: fix copy paste mistake.


From: gnunet
Subject: [gnunet-fuse] 08/12: fix copy paste mistake.
Date: Wed, 20 Nov 2019 00:00:48 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-fuse.

commit 3639740317eb9cfc68f3f9dddb9246229bb74a91
Author: ng0 <address@hidden>
AuthorDate: Tue Nov 19 21:41:46 2019 +0000

    fix copy paste mistake.
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 90013db..b20562a 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]