Skip to content

Commit

Permalink
[buildtools][windows] fail if patch doesn't succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi authored and FernetMenta committed Oct 15, 2017
1 parent a9f15a0 commit cd67024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildsteps/windows/buildhelpers.sh
Expand Up @@ -129,7 +129,7 @@ do_download() {
for patch in ${patches[@]}; do
echo "Applying patch ${patch}"
if [[ -f $patch ]]; then
patch -d $LOCALSRCDIR -i $patch -N -r -
patch -d $LOCALSRCDIR -i $patch -N -r - || exit $?
fi
done
}
Expand Down

0 comments on commit cd67024

Please sign in to comment.