gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated (e89158621 -> 64adbb009)


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated (e89158621 -> 64adbb009)
Date: Tue, 11 Sep 2018 13:53:25 +0200

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

ng0 pushed a change to branch master
in repository gnurl.

    from e89158621 Adjust my TODO.
     new cd577ed4a /bin/bash->/bin/sh fix to make release.
     new 64adbb009 gitignore: add tar.Z

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                     | 1 +
 GNURL-TODO                     | 5 +++++
 scripts/installcheck.sh        | 2 +-
 tests/certs/scripts/genroot.sh | 2 +-
 tests/certs/scripts/genserv.sh | 2 +-
 tests/fuzz/download_fuzzer.sh  | 2 +-
 6 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8d6042fd0..d9583872d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@ gnurl-*.tar.bz2
 gnurl-*.tar.gz
 gnurl-*.tar.xz
 gnurl-*.zip
+gnurl-*.tar.Z
 gnurl-config
 depcomp
 install-sh
diff --git a/GNURL-TODO b/GNURL-TODO
index 5e192d56f..affc59abe 100644
--- a/GNURL-TODO
+++ b/GNURL-TODO
@@ -4,3 +4,8 @@
 * Write the sed to finalize adjustment of pages in doc/:
   file named 'gnurl.1' should at least have the correct content, gnurl
   1 instead of curl 1.
+* scripts/installcheck.sh,
+  tests/certs/scripts/genroot.sh,
+  tests/certs/scripts/genserv.sh,
+  tests/fuzz/download_fuzzer.sh: Check for bashisms, fix if necessary.
+  bash as invoked by /bin/sh works.
diff --git a/scripts/installcheck.sh b/scripts/installcheck.sh
index b26ba60f6..b3aad68c8 100644
--- a/scripts/installcheck.sh
+++ b/scripts/installcheck.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 PREFIX=$1
 
diff --git a/tests/certs/scripts/genroot.sh b/tests/certs/scripts/genroot.sh
index 4d2118aae..a1e43b16c 100755
--- a/tests/certs/scripts/genroot.sh
+++ b/tests/certs/scripts/genroot.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # (c) CopyRight EdelWeb for EdelKey and OpenEvidence, 2000-2004, 2009
 # Author: Peter Sylvester
diff --git a/tests/certs/scripts/genserv.sh b/tests/certs/scripts/genserv.sh
index 50bac0116..8907c5805 100755
--- a/tests/certs/scripts/genserv.sh
+++ b/tests/certs/scripts/genserv.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # (c) CopyRight EdelWeb for EdelKey and OpenEvidence, 2000-2004, 2009
 # Author: Peter Sylvester
diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh
index 28228e004..850d54062 100755
--- a/tests/fuzz/download_fuzzer.sh
+++ b/tests/fuzz/download_fuzzer.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # If any commands fail, fail the script immediately.
 set -ex

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



reply via email to

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