[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [metrics-tasks/master] Use sh -e
commit 65e0dfc58c728c2e54042f4f6eba1a812628cf64
Author: Robert Ransom <rransom.8774@xxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits