Browse Source

buildsystem: libvlc: enable set -e

Make the buildscript fail in case of error, instead of continuing in
a potentially invalid state.
pipelines/135724
Alexandre Janniaux 5 years ago
committed by Nicolas Pomepuy
parent
commit
b891ef89f3
  1. 2
      buildsystem/compile-libvlc.sh

2
buildsystem/compile-libvlc.sh

@ -1,5 +1,7 @@
#!/bin/sh
set -e
#############
# ARGUMENTS #
#############

Loading…
Cancel
Save