[tor-commits] [tor/release-0.3.0] Remove the space before the interpreter name in test-network.sh
nickm at torproject.org
nickm at torproject.org
Wed Mar 1 12:53:01 UTC 2017
commit f2ca22f9400bccea56da796fba5977b695ff6eea
Author: teor <teor2345 at gmail.com>
Date: Wed Mar 1 12:28:16 2017 +1100
Remove the space before the interpreter name in test-network.sh
Apparently some unixes don't like this.
Part of #21581.
---
src/test/test-network.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test-network.sh b/src/test/test-network.sh
index edd2897..10bd370 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
More information about the tor-commits
mailing list