mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f buildFlags ]; then
|
|
echo "Build Flags: `cat buildFlags`"
|
|
fi
|
|
|