diff --git a/bootstrap b/bootstrap index c22ec31a..c41fe46f 100755 --- a/bootstrap +++ b/bootstrap @@ -98,7 +98,7 @@ done if [ ! -f ../ebml-specification/EBMLSchema.xsd ]; then echo out of tree DETECTED, getting a temporary EBMLSchema.xsd - wget --no-clobber --unlink https://raw.githubusercontent.com/cellar-wg/ebml-specification/master/EBMLSchema.xsd + curl -f -L -o EBMLSchema.xsd https://raw.githubusercontent.com/cellar-wg/ebml-specification/master/EBMLSchema.xsd if [ ! -f EBMLSchema.xsd ]; then echo Missing EBML Schema exit 1