From: teor Date: Wed, 1 Mar 2017 01:28:16 +0000 (+1100) Subject: Remove the space before the interpreter name in test-network.sh X-Git-Tag: tor-0.3.1.1-alpha~235^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=778d7049082080935307b8d7d405c01aadc844f6;p=thirdparty%2Ftor.git Remove the space before the interpreter name in test-network.sh Apparently some unixes don't like this. Part of #21581. --- 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