Skip to content

Commit

Permalink
Merge pull request #54603 from fionera/use-env
Browse files Browse the repository at this point in the history
use env to find bash
  • Loading branch information
alexey-milovidov committed Sep 13, 2023
2 parents 27df9b0 + 7979090 commit aaa7025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Parsers/fuzzers/codegen_fuzzer/update.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash


_main() {
Expand Down
2 changes: 1 addition & 1 deletion src/Storages/System/StorageSystemLicenses.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

ROOT_PATH="$(git rev-parse --show-toplevel)"
IFS=$'\t'
Expand Down
2 changes: 1 addition & 1 deletion utils/list-licenses/list-licenses.sh
@@ -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
Expand Down

0 comments on commit aaa7025

Please sign in to comment.