#! /bin/sh -f

#
# The Makefile substitutes VERSION in the following line with the actual
# version when it creates the distribution tar file
#
# THE ABOVE COMMENT MAY NOT MAKE TOO MUCH SENSE IN THE DISTRIBUTION FILE
#

./bin/mash-VERSION ./lib/setup/setup -name setup -- "$@"

