Skip to content

Commit e3c1ebf

Browse files
authored
fetch-submodules.sh - fail on errors (#17234)
..else if a git clone fails the build carries on with the incomplete assets
1 parent 6fcc19b commit e3c1ebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fetch-submodules.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#! /usr/bin/env bash
22
# vim: set ts=3 sw=3 noet ft=sh : bash
33

4+
set -e # quit script on error
5+
46
# TODO: This entire script _should_ be replaced with git submodules, but
57
# that cannot be done until we sort out the limitations of that option. At
68
# this time, this script is called by libretro-super. Revisit the whole

0 commit comments

Comments
 (0)