From 9b3e74293fc5628ba0cdc87336c338f6ab8023bf Mon Sep 17 00:00:00 2001 From: kebhr <42484226+kebhr@users.noreply.github.com> Date: Mon, 7 Nov 2022 01:09:03 +0900 Subject: [PATCH] change: do set -eu in build script --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index b171cbb..f0b7546 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,6 @@ +#!/bin/bash +set -eu + git clone --filter=blob:none https://github.com/LLK/scratch-vm.git -b 0.2.0-prerelease.20220222132735 git clone --filter=blob:none https://github.com/LLK/scratch-gui.git -b scratch-desktop-v3.29.0 git clone --filter=blob:none https://github.com/LLK/scratch-desktop.git -b v3.29.1