[tor-commits] [chutney/master] Don't require directory 'net'.

nickm at torproject.org nickm at torproject.org
Tue Jun 18 13:31:50 UTC 2013


commit 1678c99b286fdf4c172c696671308b9ea503d029
Author: Linus Nordberg <linus at torproject.org>
Date:   Wed Jun 5 15:48:57 2013 +0200

    Don't require directory 'net'.
    
    We don't need it and it doesn't exist in a fresh tree.
---
 tools/bootstrap-network.sh |    1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh
index a686669..17c9792 100755
--- a/tools/bootstrap-network.sh
+++ b/tools/bootstrap-network.sh
@@ -20,7 +20,6 @@ myname=$(basename "$0")
 
 [ -x $CHUTNEY ] || { echo "$myname: missing $CHUTNEY"; exit 1; }
 [ -d networks ] || { echo "$myname: missing directory: networks"; exit 1; }
-[ -d net ] || { echo "$myname: missing directory: net"; exit 1; }
 flavour=basic; [ -n "$1" ] && { flavour=$1; shift; }
 
 $CHUTNEY stop networks/$flavour



More information about the tor-commits mailing list