gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 04/04: bashism


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 04/04: bashism
Date: Sat, 09 Mar 2019 12:48:04 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

commit 9eaffe89fa9b664faaf5a82351f81167c240fc3b
Author: ng0 <address@hidden>
AuthorDate: Sat Mar 9 11:47:53 2019 +0000

    bashism
---
 src/transport/benchmark.sh | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/transport/benchmark.sh b/src/transport/benchmark.sh
index 6ae68af2a..a29e6ec2d 100755
--- a/src/transport/benchmark.sh
+++ b/src/transport/benchmark.sh
@@ -1,15 +1,13 @@
-#/bin/sh
+#!/bin/sh
 
-for i in {1..0}
+for i in $(seq 1 0)
 do
  echo RUN $i
  ./test_transport_api_reliability_http
 done
 
-for i in {1..100}
+for i in $(seq 1 100)
 do
  echo RUN $i
  ./test_transport_api_reliability_https
 done
- 
- 
\ No newline at end of file

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



reply via email to

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