[geany/geany-plugins] 83b49b: Make sure to abort if any of the commands in autogen.sh fails

Colomban Wendling git-noreply at xxxxx
Mon Aug 6 14:09:05 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 06 Aug 2012 14:09:05
Commit:      83b49b8b0a15da50772ddfadefb9a00fff66d611
             https://github.com/geany/geany-plugins/commit/83b49b8b0a15da50772ddfadefb9a00fff66d611

Log Message:
-----------
Make sure to abort if any of the commands in autogen.sh fails


Modified Paths:
--------------
    autogen.sh

Modified: autogen.sh
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 mkdir -p build/cache
 intltoolize -c -f


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list