Skip to content

Commit

Permalink
change: do set -eu in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kebhr committed Nov 6, 2022
1 parent cbf2777 commit 9b3e742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9b3e742

Please sign in to comment.