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, 2 insertions, 1 deletions
diff --git a/examples/shell/bin.sh b/examples/shell/bin.sh
index 5b51ccf06c..02345b0157 100755
--- a/examples/shell/bin.sh
+++ b/examples/shell/bin.sh
@@ -18,8 +18,9 @@ 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/io_bazel}
+RUNFILES=${RUNFILES:-$0.runfiles}
source "${RUNFILES}/examples/shell/lib.sh"
showfile
+