aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYesudeep Mangalapilly <yesudeep@gmail.com>2021-10-25 06:12:41 -0700
committerGitHub <noreply@github.com>2021-10-25 09:12:41 -0400
commit8e923ca4b9c922420bf460f48f933e9efb4c88d2 (patch)
tree9c9697533000c1d00f98b92eeefb1c6e0607efab /docs
parent506c17293ef4043c68f8cb0ba5fa05d758e1231a (diff)
downloadbazel-skylib-8e923ca4b9c922420bf460f48f933e9efb4c88d2.tar.gz
Use more portable `#!/usr/bin/env bash` shebang instead of hardcoded /bin/bash. (#329)
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/regenerate_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/regenerate_docs.sh b/docs/regenerate_docs.sh
index 26f397a..d16ea63 100755
--- a/docs/regenerate_docs.sh
+++ b/docs/regenerate_docs.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 2019 The Bazel Authors. All rights reserved.
#