From: Simon Ruderich Date: Sun, 10 Mar 2013 21:45:31 +0000 (+0100) Subject: setup.sh: Add set -e. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=1384fc92cc646c4fa666819682ff288d572641ab setup.sh: Add set -e. --- 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