Skip to content

Commit 627a3a5

Browse files
committed
run.sh: Add set -e to halt on any unexpected errors
1 parent 60284ed commit 627a3a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/nix/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ corlib_dir=""
6060

6161
################################################################################
6262
# Everything past this point is the actual script
63+
set -e
6364

6465
# Special case: program is launched via Steam
6566
# In that case rerun the script via their bootstrapper to ensure Steam overlay works

0 commit comments

Comments
 (0)