Skip to content

Commit

Permalink
make_script.template.sh: Add comment about Bash runfiles library boil…
Browse files Browse the repository at this point in the history
…erplate code

Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Apr 22, 2024
1 parent c01202f commit 40c9b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make_script.template.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 40c9b32

Please sign in to comment.