tfix build script - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7bae6be83cbf9cc9fab92ed74aa0d4ac2d45818f
DIR parent 391a19fbe78f2417e1f5be162f7384efad529966
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 21 May 2021 09:50:49 +0200
fix build script
Diffstat:
M build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/build.sh b/build.sh
t@@ -1,4 +1,5 @@
#!/bin/sh
+set -e
./configure \
--enable-curses-client \
--disable-gui-client \
t@@ -9,4 +10,4 @@
--disable-plugins \
--without-sdl \
--disable-networking
- && make
+make