Commit 6f1885d8 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

FIX: try to figure out why this doesn't work on OSX

parent 13b7690f
...@@ -4,6 +4,8 @@ export BUILD_PREFIX="${PWD}/builds" ...@@ -4,6 +4,8 @@ export BUILD_PREFIX="${PWD}/builds"
rm_mkdir $BUILD_PREFIX rm_mkdir $BUILD_PREFIX
source library_builders.sh source library_builders.sh
set -e -x
function suppress { function suppress {
# Suppress the output of a bash command unless it fails # Suppress the output of a bash command unless it fails
rm --force $HOME/suppress.out 2> /dev/null rm --force $HOME/suppress.out 2> /dev/null
......
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