Browse Source

Merge branch 'maint-0.3.0'

Nick Mathewson 7 years ago
parent
commit
39d0e0cd0b
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