1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-5966 shellcheck and small changes

This commit is contained in:
aleksei.bukhalov
2025-04-23 13:25:52 +02:00
committed by Leonid Fedorov
parent f0a170cf5e
commit 555b1742d9
3 changed files with 33 additions and 37 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
if [[ -n "$TERM" && "$TERM" != "dumb" && $(command -v tput) ]]; then
TPUT_AVAILABLE=true