gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: bashism


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: bashism
Date: Sat, 09 Mar 2019 12:23:15 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3d05b5cc4 bashism
3d05b5cc4 is described below

commit 3d05b5cc48632ad200fe7117386d9fdb96bf4647
Author: ng0 <address@hidden>
AuthorDate: Sat Mar 9 11:23:08 2019 +0000

    bashism
---
 src/exit/install-exit-helper.sh           | 2 +-
 src/nat/install-nat-helper.sh             | 2 +-
 src/transport/install-bluetooth-helper.sh | 2 +-
 src/transport/install-wlan-helper.sh      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exit/install-exit-helper.sh b/src/exit/install-exit-helper.sh
index 76af4efa7..d9ae14106 100755
--- a/src/exit/install-exit-helper.sh
+++ b/src/exit/install-exit-helper.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # $1 - bindir
 # $2 - sudo binary (optional)
 $2 chown root:root $1/gnunet-helper-exit || true
diff --git a/src/nat/install-nat-helper.sh b/src/nat/install-nat-helper.sh
index 502aa71f1..d5ee91fa3 100755
--- a/src/nat/install-nat-helper.sh
+++ b/src/nat/install-nat-helper.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # $1 - bindir
 # $2 - sudo binary (optional)
 $2 chown root:root $1/gnunet-helper-nat-server $1/gnunet-helper-nat-client || 
true
diff --git a/src/transport/install-bluetooth-helper.sh 
b/src/transport/install-bluetooth-helper.sh
index 409078759..5c40250fa 100755
--- a/src/transport/install-bluetooth-helper.sh
+++ b/src/transport/install-bluetooth-helper.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # $1 - bindir
 # $2 - sudo binary (optional)
 $2 chown root:root $1/gnunet-helper-transport-bluetooth || true
diff --git a/src/transport/install-wlan-helper.sh 
b/src/transport/install-wlan-helper.sh
index 54b3360be..0fa9c9806 100755
--- a/src/transport/install-wlan-helper.sh
+++ b/src/transport/install-wlan-helper.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # $1 - bindir
 # $2 - sudo binary (optional)
 $2 chown root:root $1/gnunet-helper-transport-wlan || true

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



reply via email to

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