mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix configure script to exit with non-zero status on error
This commit is contained in:
parent
01d91602ca
commit
3bb6d4e54e
5 changed files with 5 additions and 5 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue