Merge pull request #54603 from fionera/use-env

use env to find bash
This commit is contained in:
Alexey Milovidov 2023-09-13 23:50:55 +03:00 committed by GitHub
commit aaa7025b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_main() {

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
ROOT_PATH="$(git rev-parse --show-toplevel)"
IFS=$'\t'

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [[ "$OSTYPE" == "darwin"* ]]; then
# use GNU versions, their presence is ensured in cmake/tools.cmake