Description: MKL_download_script_should_fail_properly
 Make the script set -e so a download error actually breaks the build
 .
 mkl-dnn (0.10+20170913.b01e3a5-1) unstable; urgency=medium
 .
   * New upstream release (because stable FTBS on tests).
Author: Adam Cecile <acecile@le-vert.net>

---
Origin: other
Forwarded: no (will do)
Last-Update: 2017-09-14

Index: mkl-dnn-0.13/scripts/prepare_mkl.sh
===================================================================
--- mkl-dnn-0.13.orig/scripts/prepare_mkl.sh
+++ mkl-dnn-0.13/scripts/prepare_mkl.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 #===============================================================================
 # Copyright 2016-2018 Intel Corporation
 #
