]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Add set -e.
authorSimon Ruderich <simon@ruderich.org>
Sun, 10 Mar 2013 21:40:05 +0000 (22:40 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 10 Mar 2013 21:40:05 +0000 (22:40 +0100)
setup.sh

index 593677c58f2809ae4377c0ae9b1d1ff9d12ce3ec..38cac8efdf44b9df88a1613049e335b596759336 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
 
 # gdb, GNU debugger.