From 40c9b32a830708e0200ae5d0a2362e0f7bc631fd Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Mon, 22 Apr 2024 14:35:19 +0200 Subject: [PATCH] make_script.template.sh: Add comment about Bash runfiles library boilerplate code Signed-off-by: Pawel Czarnecki --- make_script.template.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make_script.template.sh b/make_script.template.sh index deebd063..d12b96e1 100755 --- a/make_script.template.sh +++ b/make_script.template.sh @@ -1,4 +1,7 @@ #!/bin/bash + +# The following lines are imported from Bazel Bash runfiles library +# For more information please refer to the `Make targets` paragraph in the README set -uo pipefail set +e f=bazel_tools/tools/bash/runfiles/runfiles.bash