tfix build script - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 7bae6be83cbf9cc9fab92ed74aa0d4ac2d45818f
parent 391a19fbe78f2417e1f5be162f7384efad529966
Author: Anders Damsgaard 
Date:   Fri, 21 May 2021 09:50:49 +0200

fix build script

Diffstat:
  M build.sh                            |       3 ++-

1 file changed, 2 insertions(+), 1 deletion(-)
---
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