From 02491e96399a5e555ca8b90c2c96594966155456 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorsten=20Wi=C3=9Fmann?= <uni@thorsten-wissmann.de>
Date: Thu, 17 Jul 2014 11:46:53 +0200
Subject: [PATCH] Add bash -e flag to makestatic.sh

---
 makestatic.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makestatic.sh b/makestatic.sh
index 3b54e06..d01160e 100755
--- a/makestatic.sh
+++ b/makestatic.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
 
 
 ::() { echo ":: $*" ; "$@" ; }
-- 
GitLab