Merge commit 'f8dd96543542220181c76afb8c084f4908213fb5' as 'third_party/mason'
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# dynamically determine the path to this package
|
||||
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
|
||||
|
||||
# dynamically take name of package from directory
|
||||
MASON_NAME=$(basename $(dirname $HERE))
|
||||
# dynamically take the version of the package from directory
|
||||
MASON_VERSION=$(basename $HERE)
|
||||
MASON_LIB_FILE=bin/${MASON_NAME}
|
||||
|
||||
. ${MASON_DIR}/mason.sh
|
||||
|
||||
# inherit all functions from base
|
||||
source ${HERE}/../../${MASON_NAME}/base/common.sh
|
||||
|
||||
mason_run "$@"
|
||||
Reference in New Issue
Block a user