mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
fetch-submodules.sh - fail on errors (#17234)
..else if a git clone fails the build carries on with the incomplete assets
This commit is contained in:
parent
6fcc19b8ed
commit
e3c1ebfbde
@ -1,6 +1,8 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
# vim: set ts=3 sw=3 noet ft=sh : bash
|
# vim: set ts=3 sw=3 noet ft=sh : bash
|
||||||
|
|
||||||
|
set -e # quit script on error
|
||||||
|
|
||||||
# TODO: This entire script _should_ be replaced with git submodules, but
|
# TODO: This entire script _should_ be replaced with git submodules, but
|
||||||
# that cannot be done until we sort out the limitations of that option. At
|
# that cannot be done until we sort out the limitations of that option. At
|
||||||
# this time, this script is called by libretro-super. Revisit the whole
|
# this time, this script is called by libretro-super. Revisit the whole
|
||||||
|
Loading…
x
Reference in New Issue
Block a user