Browse Source

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

Apparently some unixes don't like this.
Part of #21581.
teor 7 years ago
parent
commit
778d704908
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test-network.sh

+ 1 - 1
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