Make bash function syntax consistent with other scripts in the repo.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
cd $(dirname "$0")
|
cd $(dirname "$0")
|
||||||
|
|
||||||
runif() {
|
function runif() {
|
||||||
if command -v "$1" > /dev/null; then
|
if command -v "$1" > /dev/null; then
|
||||||
echo " === $1 ==="
|
echo " === $1 ==="
|
||||||
"$@"
|
"$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user