aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/shell/bin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shell/bin.sh')
-rwxr-xr-xexamples/shell/bin.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/shell/bin.sh b/examples/shell/bin.sh
index 02345b0157..5b51ccf06c 100755
--- a/examples/shell/bin.sh
+++ b/examples/shell/bin.sh
@@ -18,9 +18,8 @@ set -eu
# This allows the script to be both a binary and a library script. If our binary has defined
# RUNFILES then we use it, otherwise we look for our own runfiles.
-RUNFILES=${RUNFILES:-$0.runfiles}
+RUNFILES=${RUNFILES:-$0.runfiles/io_bazel}
source "${RUNFILES}/examples/shell/lib.sh"
showfile
-