Make bash function syntax consistent with other scripts in the repo.

This commit is contained in:
Dan Gohman
2018-03-30 13:38:30 -07:00
parent c50675deb8
commit b523b69c16

View File

@@ -2,7 +2,7 @@
set -euo pipefail
cd $(dirname "$0")
runif() {
function runif() {
if command -v "$1" > /dev/null; then
echo " === $1 ==="
"$@"