]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Add set -e.
authorSimon Ruderich <simon@ruderich.org>
Fri, 14 Dec 2012 23:18:41 +0000 (00:18 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 14 Dec 2012 23:18:41 +0000 (00:18 +0100)
setup.sh

index 041629f0d2bac00071b5c6d709ee33be08dda398..8bb0f443e939aa2a3910f119942fb5f7f058989d 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -18,6 +18,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
+set -e
+
 . ../lib.sh
 
 # Helper functions.