Merge branch 'ClickHouse:master' into arr_scalar_mult_div_modulo

This commit is contained in:
Yarik Briukhovetskyi 2023-09-14 00:34:30 +03:00 committed by GitHub
commit 15409ff172
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