From 23d80f1e74809479f8e194f6e9f945ac30e63c23 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 27 2013 01:58:14 +0000 Subject: Merge branch 'tcar-scripts-prepare' into tcar --- diff --git a/tcar-scripts-prepare/prepare_setRenderEnvironment.sh b/tcar-scripts-prepare/prepare_setRenderEnvironment.sh index 1542475..6f78bc6 100755 --- a/tcar-scripts-prepare/prepare_setRenderEnvironment.sh +++ b/tcar-scripts-prepare/prepare_setRenderEnvironment.sh @@ -90,10 +90,9 @@ function prepare_setRenderEnvironment { for DIRECTORY in ${@};do - # Clean-up the search path. This location must point a - # directory inside the repository. References to directories - # outside the repository are not supported. - DIRECTORY=$(tcar_checkRepoDirSource ${DIRECTORY}) + # Clean-up the search path. This location must point to a + # directory inside the workplace. + DIRECTORY=$(tcar_checkWorkDirSource ${DIRECTORY}) # Verify the search path. It must exist and being a directory. tcar_checkFiles -ed ${DIRECTORY}