Skip to content

Commit

Permalink
autogen: set exit on error
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <[email protected]>
  • Loading branch information
dotnwat committed Nov 5, 2013
1 parent 74873fd commit 00734ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

check_for_pkg_config() {
which pkg-config >/dev/null && return

Expand Down

0 comments on commit 00734ec

Please sign in to comment.