commit | b8f7a61230bdbe4492c6ea3b3fa4eb0cfc339beb | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Tue Feb 19 04:29:15 2008 +0000 |
committer | david_williams <david_williams> | Tue Feb 19 04:29:15 2008 +0000 |
tree | 3ef778ddbead3d7b591efad86d12c335862418c5 | |
parent | a2716255d64f3ede85990f1647ffddfeae4e30b9 [diff] |
fix logic of null check
diff --git a/releng.control/cc.sh b/releng.control/cc.sh index b02013a..4ce09af 100644 --- a/releng.control/cc.sh +++ b/releng.control/cc.sh
@@ -3,7 +3,7 @@ # remember to leave no slashes on filename in source command, # (the commonVariations.shsource file, that is) # so that users path is used to find it (first) -if [ -n $BUILD_INITIALIZED ] +if [ -z $BUILD_INITIALIZED ] then source commonVariations.shsource source ${RELENG_CONTROL}/commonComputedVariables.shsource