]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Add set -e.
authorSimon Ruderich <simon@ruderich.org>
Sun, 17 Mar 2013 15:43:47 +0000 (16:43 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 17 Mar 2013 15:43:47 +0000 (16:43 +0100)
setup.sh

index f7c41b910ca7b87715b49dd9ca32ed22cb5ec90e..d11e1ca4139d1af465d571de9eeb8e59086111f7 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
 
 if test x"`os`" = xdarwin; then