xref: /aosp_15_r20/external/bazelbuild-rules_python/tests/integration/bazel_from_env (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1#!/bin/bash
2#
3# A simple wrapper so rules_bazel_integration_test can use the
4# bazel version inherited from the environment.
5
6bazel "$@"
7