From f6a4a08b69b29eb561ea75582449ae4b1c6ba8b4 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Thu, 17 Aug 2017 11:52:29 +0900 Subject: [PATCH] Make bootstrap script more strict It now exits on the first error and requires variables to be set. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d5b5ca1..651f397 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -eu # bootstrap.sh -- a Devuan base image # Copyright (C) 2017 Olaf Meeuwissen #