gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: make script run on macOS (*


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: make script run on macOS (*BSD)
Date: Wed, 24 Jul 2019 10:33:47 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8b4aae8cd make script run on macOS (*BSD)
8b4aae8cd is described below

commit 8b4aae8cdf795c5802f4fcb3ec83d2bdba88fdb5
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Jul 24 10:32:31 2019 +0200

    make script run on macOS (*BSD)
---
 src/transport/test_delay | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/transport/test_delay b/src/transport/test_delay
index 31c7777c4..5f82b65fb 100755
--- a/src/transport/test_delay
+++ b/src/transport/test_delay
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-TEMP=$(getopt -o t: -- "$@")
+TEMP=$(getopt t: "$*")
 
 if [ $? != 0 ] ; then
   exit 1
@@ -15,4 +15,5 @@ while true ; do
     (*) echo "Error parsing getopt output" ; exit 1 ;;
   esac
 done
+echo "exec $@"
 exec "$@"

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



reply via email to

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