blob: 6dd6709b75c2e710f190e6ec342344eb530a2231 [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
source commonVariations.shsource
source ${BUILD_HOME}/releng.control/commonComputedVariables.shsource
fi
ANT_CMD=${ANT_HOME}/bin/ant
exec "$ANT_CMD" "$@"