aboutsummaryrefslogtreecommitdiff
path: root/src/test/test-network.sh
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-03-01 12:28:16 +1100
committerteor <teor2345@gmail.com>2017-03-01 12:29:52 +1100
commit778d7049082080935307b8d7d405c01aadc844f6 (patch)
tree8ff9998b5d8c6af8de4bba70a410370269fc4ad6 /src/test/test-network.sh
parenta3bec9aa5a023c39f04d863c21cef779cb590e85 (diff)
downloadtor-778d7049082080935307b8d7d405c01aadc844f6.tar.gz
tor-778d7049082080935307b8d7d405c01aadc844f6.zip
Remove the space before the interpreter name in test-network.sh
Apparently some unixes don't like this. Part of #21581.
Diffstat (limited to 'src/test/test-network.sh')
-rwxr-xr-xsrc/test/test-network.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-network.sh b/src/test/test-network.sh
index edd2897e5d..10bd370ff3 100755
--- a/src/test/test-network.sh
+++ b/src/test/test-network.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# use bash if it is available, as this script doesn't work well in non-bash sh
# this will be fixed in #19699