From 1384fc92cc646c4fa666819682ff288d572641ab Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 10 Mar 2013 22:45:31 +0100 Subject: [PATCH] setup.sh: Add set -e. --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index d982e56..81df8b1 100755 --- a/setup.sh +++ b/setup.sh @@ -19,6 +19,8 @@ # along with this program. If not, see . +set -e + for path in `find . -name setup.sh -type f`; do # Skip this directory to prevent an infinite loop. [ "$path" = "./setup.sh" ] && continue -- 2.43.2