Merge branch 'arr_scalar_mult_div_modulo' of github.com:yariks5s/ClickHouse into arr_scalar_mult_div_modulo

This commit is contained in:
yariks5s 2023-09-14 17:01:17 +00:00
commit 0faedd0b94
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