Fix configure script to exit with non-zero status on error

This commit is contained in:
Jon Siwek 2012-08-01 13:58:18 -05:00
parent 01d91602ca
commit 3bb6d4e54e
5 changed files with 5 additions and 5 deletions

2
configure vendored
View file

@ -1,7 +1,7 @@
#!/bin/sh
# Convenience wrapper for easily viewing/setting options that
# the project's CMake scripts will recognize
set -e
command="$0 $*"
# check for `cmake` command