# Set all local variables
source $PWD/scripts/CreaTools-configure.sh
source $PWD/scripts/CreaTools-names.sh
+
+ if [ -e $generationdir ]
+ then
+ if [ ! -e $generationdir/creatools_install ]
+ then
+ mkdir $generationdir/creatools_install
+ fi
+ else
+ echo
+ echo "..ERROR.."
+ echo "==================================================="
+ echo "REMEMBER !"
+ echo ""
+ echo "You MUST load the Creatools sources before (use 2.2)!"
+ echo "==================================================="
+ echo
+ echo
+ read a
+ exit 0
+ fi
cd $scriptDir