aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar laszlocsomor <laszlocsomor@google.com>2018-07-23 06:28:34 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-23 06:29:28 -0700
commit2331038a4dde81eedfb10d4bdda02ca48622c81d (patch)
treed6decb9736cebdb49c2e3ff9d0a4ba5d12828ab2 /tools
parent2b9874d5fce0c465f827a176642ef1539f62be73 (diff)
runfiles.bash: move a line of comment
RELNOTES: none PiperOrigin-RevId: 205651683
Diffstat (limited to 'tools')
-rw-r--r--tools/bash/runfiles/runfiles.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bash/runfiles/runfiles.bash b/tools/bash/runfiles/runfiles.bash
index b8bb7b2d1b..fe29f4eee6 100644
--- a/tools/bash/runfiles/runfiles.bash
+++ b/tools/bash/runfiles/runfiles.bash
@@ -35,8 +35,8 @@
# up the library's runtime location, thus we have a chicken-and-egg problem.
# Insert the following code snippet to the top of your main script:
#
-# set -euo pipefail
# # --- begin runfiles.bash initialization ---
+# set -euo pipefail
# if [[ ! -d "${RUNFILES_DIR:-/dev/null}" && ! -f "${RUNFILES_MANIFEST_FILE:-/dev/null}" ]]; then
# if [[ -f "$0.runfiles_manifest" ]]; then
# export RUNFILES_MANIFEST_FILE="$0.runfiles_manifest"