From 4b1785a4271e2739f88aedf4c39042842d8cf158 Mon Sep 17 00:00:00 2001 From: ranfdev Date: Tue, 7 Jul 2020 14:44:41 +0200 Subject: [PATCH] Stop installation script on failure --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 47bf6d8..e933a2a 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -clear +set -e meson build cd build ninja