gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 217/222: awk.


From: gnunet
Subject: [gnurl] 217/222: awk.
Date: Thu, 07 Nov 2019 00:11:53 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 6cdcf074ff179ec4721dacae705ca536e5681f0a
Author: ng0 <address@hidden>
AuthorDate: Wed Nov 6 22:29:59 2019 +0000

    awk.
---
 aux-gnurl/gnurl1.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/aux-gnurl/gnurl1.sh b/aux-gnurl/gnurl1.sh
index a9fb5bb72..17865009c 100644
--- a/aux-gnurl/gnurl1.sh
+++ b/aux-gnurl/gnurl1.sh
@@ -24,8 +24,13 @@ _ALLFILES=$(find .. \
                  ! -path '*.csr' \
                  ! -path '*.pub' \
                  ! -path '*.prm' \
+                 ! -path '*.md*' \
+                 ! -path '*MacOSX*' \
+                 ! -path '*docs/TODO*' \
+                 ! -path '*src/macos*' \
                  ! -path '*.crt' \
                  -type f -exec grep -Il '.' {} \; | xargs -L 1 echo)
 for f in ${_ALLFILES}; do
-       ./gnurl1 ${f} > ${f}.tmp ; mv ${f}.tmp ${f}
+        oldmode=$(stat -f '%OLp' ${f})
+       ./gnurl1.awk ${f} > ${f}.tmp ; mv ${f}.tmp ${f} ; chmod $oldmode ${f}
 done

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



reply via email to

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