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
No known key found for this signature in database
GPG Key ID: 450CBA7F968F094B
1 changed files with 1 additions and 1 deletions

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