#! /bin/sh

# Just a convenience script for running 'myisamchk' from 'rh-mariadb102'
# collection, without the need to call 'scl enable rh-mariadb102'.  Note that
# it is not a bug when this script causes RPM collision with some
# '/usr/bin/myisamchk' executable installed from different package.
#
# Generated by scl-utils-build-helpers-0-7.el6.

source scl_source enable rh-mariadb102
exec "/opt/rh/rh-mariadb102/root/usr/bin/myisamchk" "$@"
