Remove the space before the interpreter name in test-network.sh

Apparently some unixes don't like this.
Part of #21581.
This commit is contained in:
teor
2017-03-01 12:28:16 +11:00
parent a3bec9aa5a
commit f2ca22f940
+1 -1
View File
@@ -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