#!/bin/bash
#
# jtconf-parse wrapper for toolkit __TOOLKIT__
#
export TOOLKIT="__TOOLKIT__"
export PRJNAME="$TOOLKIT"
export CONFDIR="/etc/$TOOLKIT"

exec jtconf-parse "$@"
