aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/shell/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shell/BUILD')
-rw-r--r--examples/shell/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shell/BUILD b/examples/shell/BUILD
index 9aba320bc2..4b51df1cb3 100644
--- a/examples/shell/BUILD
+++ b/examples/shell/BUILD
@@ -24,5 +24,5 @@ sh_test(
filegroup(
name = "srcs",
- srcs = ["BUILD"] + glob(["**/*.sh"]) + glob(["**/*.txt"]),
+ srcs = glob(["**"]),
)