@@ -34,14 +34,15 @@ allstatus=99 runstatus=99 logpropstatus=99 -prev_env=".ezsteps/${prevstepname}.sh" -if [[ -e $prev_env ]];then - source $prev_env -fi +# prev_env=".ezsteps/${prevstepname}.sh" +# echo "prev_env=$prev_env" +# if [[ -e "${prev_env}" ]];then +# source $prev_env +# fi # source the environment from the previous step if it exists # if a logpro file exists then use it otherwise just run the command, nb// was using 2>&1 if [[ -e ${stepname}.logpro ]];then