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
|
@ -1 +1 @@
|
||||||
Subproject commit 99e7a274319619a94a421eb62537c7a5c184f71b
|
Subproject commit 22120825f8ad70e051ef4ca42f2199aa195dff40
|
|
@ -1 +1 @@
|
||||||
Subproject commit c691c01e9cefae5a79bcd4b0f84ca387c8c587a7
|
Subproject commit 941ee753f7c71ec08fc29de04f09a8a83aebb69d
|
|
@ -1 +1 @@
|
||||||
Subproject commit b3692a02bae9a47d701d2d547e327dd429a86e76
|
Subproject commit 5ff3e6a8e8535ed91e1f70d355b815ae8eeacb71
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5c9ed0d77bcb3e03d7e68334fe0d088fa2f92c71
|
Subproject commit 903108f6b43ad228309713da880026d50add41f4
|
2
configure
vendored
2
configure
vendored
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Convenience wrapper for easily viewing/setting options that
|
# Convenience wrapper for easily viewing/setting options that
|
||||||
# the project's CMake scripts will recognize
|
# the project's CMake scripts will recognize
|
||||||
|
set -e
|
||||||
command="$0 $*"
|
command="$0 $*"
|
||||||
|
|
||||||
# check for `cmake` command
|
# check for `cmake` command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue