python_configure.bzl: Find bash binary path through BAZEL_SH env var. (#19598)
* python_configure.bzl: Find bash binary path through BAZEL_SH env var. This helps avoid invoking the wrong bash binary when "Bash on Ubuntu on Windows" is installed. Fixed https://github.com/tensorflow/tensorflow/issues/11735 * Readability modifications.
Loading
Please sign in to comment