"platforms/reference/include/ReferenceKernels.h" did not exist on "dfba24ea66d4f8ee7e5abac7baca62c9acc031dc"
Commit b5c75ad9 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

FIX: spelling

parent e5dd9bf2
......@@ -4,11 +4,11 @@ export BUILD_PREFIX="${PWD}/builds"
rm_mkdir $BUILD_PREFIX
source library_builders.sh
function surpress {
function suppress {
# Suppress the output of a bash command unless it fails
/bin/rm --force /tmp/surpress.out 2> /dev/null
$* 2>&1 > /tmp/surpress.out || cat /tmp/surpress.out
/bin/rm /tmp/surpress.out
/bin/rm --force /tmp/suppress.out 2> /dev/null
$* 2>&1 > /tmp/suppress.out || cat /tmp/suppress.out
/bin/rm /tmp/suppress.out
}
suppress build_openssl
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment