1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +03:00
2016-01-06 14:08:59 -06:00

7 lines
80 B
Bash
Executable File

#!/bin/sh
if [ -f buildFlags ]; then
echo "Build Flags: `cat buildFlags`"
fi