Skip to content

Instantly share code, notes, and snippets.

@xaicron
Created May 8, 2013 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xaicron/5539690 to your computer and use it in GitHub Desktop.
Save xaicron/5539690 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
CONFIGURE_OPTIONS=$MYSQL_BUILD_CONFIGURE_OPTS || $(cat "./share/mysql-build/default_configure_options");
echo "[ $CONFIGURE_OPTIONS ]"
CONFIGURE_OPTIONS=$(cat "./share/mysql-build/default_configure_options");
echo "[ $CONFIGURE_OPTIONS ]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment