commit 65e0dfc58c728c2e54042f4f6eba1a812628cf64 Author: Robert Ransom rransom.8774@gmail.com Date: Tue May 24 14:36:07 2011 -0700
Use sh -e --- task-2649/generate-consensus-hsdir-lists | 2 +- task-2649/list-consensus-hsdirs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/task-2649/generate-consensus-hsdir-lists b/task-2649/generate-consensus-hsdir-lists index 104e4bc..7dea186 100755 --- a/task-2649/generate-consensus-hsdir-lists +++ b/task-2649/generate-consensus-hsdir-lists @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e
# This script must be run as ./generate-consensus-hsdir-lists .
diff --git a/task-2649/list-consensus-hsdirs b/task-2649/list-consensus-hsdirs index 1b10243..d6edb27 100755 --- a/task-2649/list-consensus-hsdirs +++ b/task-2649/list-consensus-hsdirs @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e
# This script must be run as ./list-consensus-hsdirs , by # generate-consensus-hsdir-lists.
tor-commits@lists.torproject.org