1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #634: configure: stop on any error

This commit is contained in:
Davide Beatrici
2018-08-11 14:17:49 +02:00
committed by GitHub

2
configure vendored
View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
echo '---------------------------------------------------------------------'
echo 'SoftEther VPN for Unix'
echo