aboutsummaryrefslogtreecommitdiff
path: root/tests/shell_tests.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell_tests.bzl')
-rw-r--r--tests/shell_tests.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell_tests.bzl b/tests/shell_tests.bzl
index 32d517f..5b83f9f 100644
--- a/tests/shell_tests.bzl
+++ b/tests/shell_tests.bzl
@@ -69,7 +69,7 @@ def _shell_args_test_gen_impl(ctx):
"back`echo q`uote",
]
script_content = "\n".join([
- "#!/bin/bash",
+ "#!/usr/bin/env bash",
"myarray=" + shell.array_literal(args),
'output=$(echo "${myarray[@]}")',
# For logging: