Add fish shell completion for bazel
Addresses issue #5088
Test: Follow steps in README.md and use bazel in fish shell.
Closes #11450.
RELNOTES[NEW]: Bazel offers basic completion for the fish shell.
PiperOrigin-RevId: 313742706
diff --git a/scripts/packages/template_bin.sh b/scripts/packages/template_bin.sh
index 0c27a4d..420c1f4 100755
--- a/scripts/packages/template_bin.sh
+++ b/scripts/packages/template_bin.sh
@@ -156,7 +156,7 @@
mkdir -p ${bin} ${base} ${base}/bin ${base}/etc
echo -n .
-unzip -q "${BASH_SOURCE[0]}" bazel bazel-real bazel-complete.bash _bazel -d "${base}/bin"
+unzip -q "${BASH_SOURCE[0]}" bazel bazel-real bazel-complete.bash _bazel bazel.fish -d "${base}/bin"
echo -n .
chmod 0755 "${base}/bin/bazel" "${base}/bin/bazel-real"
echo -n .