blob: 4172dda9234bced3b3cb76dfd6523ba4c980eb0b [file] [log] [blame]
#!/bin/sh
# remember to leave no slashes on commonVariations in source command,
# so that users path is used to find it (first). But, path on
# commonComputedVariables means we expect to execute only our
# version
if [ -n $BUILD_INITIALIZED ]
then
pushd .
cd ${RELENG_CONTROL}
source commonVariations.shsource
source ${RELENG_CONTROL}/commonComputedVariables.shsource
popd
fi
ANT_CMD=${ANT_HOME}/bin/ant
exec "$ANT_CMD" "$@"