gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 01/02: /bin/bash->/bin/sh fix to make release.


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 01/02: /bin/bash->/bin/sh fix to make release.
Date: Tue, 11 Sep 2018 13:53:26 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit cd577ed4a2ff750856404fe65bce46ed203bd378
Author: Nils Gillmann <address@hidden>
AuthorDate: Tue Sep 11 11:53:51 2018 +0000

    /bin/bash->/bin/sh fix to make release.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 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 +-
 5 files changed, 9 insertions(+), 4 deletions(-)

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]