Merge branch 'jc/where-is-bash-for-ci'

Shell script clean-up.

* jc/where-is-bash-for-ci:
  ci: unify bash calling convention
This commit is contained in:
Junio C Hamano
2024-07-16 11:18:57 -07:00

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# This script verifies that the non-binary files tracked in the Git index do # This script verifies that the non-binary files tracked in the Git index do
# not contain any Unicode directional formatting: such formatting could be used # not contain any Unicode directional formatting: such formatting could be used