blob: 3783043a332d115e9673edfc8c531961bdb2e23d [file] [log] [blame]
david_williamsb189de82006-11-29 03:50:07 +00001#!/bin/sh
2
3# remember to leave no slashes on filename in source command,
4# so that users path is used to find it (first)
5if [ -n $BUILD_INITIALIZED ]
6then
7 source commonVariations.shsource
8# source computeCommon.shsource
9fi
10
11cd ${BUILD_HOME}/releng.control
12sh ${BUILD_HOME}/releng.control/cc.sh
13
14
15