X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;fp=setup.sh;h=81df8b190136d59898ce37cf203d36c54e93e86d;hp=d982e56e58d7e0cddafd60b481573b4e5eca24a1;hb=1384fc92cc646c4fa666819682ff288d572641ab;hpb=5b59dfd4b86ca165c34815c45dbed6eb45928038 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