0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00

Make build fail on compilation errors

Signed-off-by: Lev Stipakov <lev@openvpn.net>
This commit is contained in:
Lev Stipakov 2017-08-23 13:01:56 +03:00 committed by Antonio Quartulli
parent 860129a9b6
commit 7db95ccde6

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
if [ -z "$O3" ]; then
echo O3 var must point to ovpn3 tree
exit 1