aboutsummaryrefslogtreecommitdiff
path: root/tests/run_binary/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_binary/BUILD')
-rw-r--r--tests/run_binary/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_binary/BUILD b/tests/run_binary/BUILD
index f511c03..85c10f3 100644
--- a/tests/run_binary/BUILD
+++ b/tests/run_binary/BUILD
@@ -82,7 +82,7 @@ write_file(
"@echo>>%OUT% ENV_PATH_CMD=(%ENV_PATH_CMD%)",
],
"//conditions:default": [
- "#!/bin/bash",
+ "#!/usr/bin/env bash",
"echo > \"$OUT\" \"arg1=($1)\"",
"echo >> \"$OUT\" \"arg2=($2)\"",
"echo >> \"$OUT\" \"ENV_LOCATION=($ENV_LOCATION)\"",