From 3e341b1e271f1dbada71f64eca9e2f3dfe83f570 Mon Sep 17 00:00:00 2001 From: Jeff Volkenant Date: Tue, 4 Dec 2018 11:10:37 -0800 Subject: [PATCH] remove testing /bin/false --- setup/functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/functions.sh b/setup/functions.sh index 67760673..5fc5c51a 100644 --- a/setup/functions.sh +++ b/setup/functions.sh @@ -5,7 +5,6 @@ set -euo pipefail trap 'rc=$?; echo "$0: Error on line $LINENO running $BASH_COMMAND which had the following exit code $rc" 1>&2' EXIT trap 'rc=$?; echo "$0: Error on line $LINENO running $BASH_COMMAND which had the following exit code $rc" 1>&2' ERR -/bin/false function hide_output { # This function hides the output of a command unless the command fails # and returns a non-zero exit code.