]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the space before the interpreter name in test-network.sh
authorteor <teor2345@gmail.com>
Wed, 1 Mar 2017 01:28:16 +0000 (12:28 +1100)
committerteor <teor2345@gmail.com>
Wed, 1 Mar 2017 01:28:16 +0000 (12:28 +1100)
Apparently some unixes don't like this.
Part of #21581.

src/test/test-network.sh

index edd2897e5d771bcd8c562767ac2c6ccbc2951be0..10bd370ff34d88ef1a79504c0279fb32a630c770 100755 (executable)
@@ -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