summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2016-03-02 14:57:18 -0500
committerSteve Dickson <steved@redhat.com>2016-03-02 14:57:18 -0500
commit96d969c6cac94c4393b74342931c5c98263be63c (patch)
tree236ffc54dc1b42e913ea15e559694f243f6e58b7
parent9dd9e4ca005bd869e2b83e19f2ef4dd0c626d70d (diff)
downloadcthon04-96d969c6cac94c4393b74342931c5c98263be63c.tar.gz
cthon04-96d969c6cac94c4393b74342931c5c98263be63c.tar.xz
cthon04-96d969c6cac94c4393b74342931c5c98263be63c.zip
Fixed typo in the mkdirs script when rdma is used
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xruncthon2
1 files changed, 1 insertions, 1 deletions
diff --git a/runcthon b/runcthon
index ccd9c06..e8cd3e3 100755
--- a/runcthon
+++ b/runcthon
@@ -151,7 +151,7 @@ umountall()
mkdirs()
{
protos="udp tcp"
- [ "$rdma" -eq 1 ] && protos="$proto rdma"
+ [ "$rdma" -eq 1 ] && protos="$protos rdma"
for proto in $protos
do
for vers in 3 4 41 42