re-write for less variables
diff --git a/releng.control/startbuild.sh b/releng.control/startbuild.sh
index a78b245..814bd12 100644
--- a/releng.control/startbuild.sh
+++ b/releng.control/startbuild.sh
@@ -4,8 +4,8 @@
 # so that users path is used to find it (first)

 if [ -n $BUILD_INITIALIZED ] 

 then

-   source commonVariations.sh 

-#   source computeCommon.sh   

+   source commonVariations.shsource

+#   source computeCommon.shsource

 fi

 

 cd ${BUILD_HOME}/releng.control

diff --git a/releng.control/stopBuilds.sh b/releng.control/stopBuilds.sh
index 34af31a..b223e85 100644
--- a/releng.control/stopBuilds.sh
+++ b/releng.control/stopBuilds.sh
@@ -3,8 +3,8 @@
 # so that users path is used to find it (first)

 if [ -n $BUILD_INITIALIZED ] 

 then

-   source commonVariations.sh 

-   source computeCommon.sh   

+   source commonVariations.shsource

+   source computeCommon.shsource   

 fi

 

 # allow to terminate themselves, if they will