From b523b69c1675dc918931763aea0dc9713aff468d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 30 Mar 2018 13:38:30 -0700 Subject: [PATCH] Make bash function syntax consistent with other scripts in the repo. --- lib/cretonne/meta/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cretonne/meta/check.sh b/lib/cretonne/meta/check.sh index aa0e88ce1e..fa86bf0804 100755 --- a/lib/cretonne/meta/check.sh +++ b/lib/cretonne/meta/check.sh @@ -2,7 +2,7 @@ set -euo pipefail cd $(dirname "$0") -runif() { +function runif() { if command -v "$1" > /dev/null; then echo " === $1 ===" "$@"