3 install_work=$1; product_sequence=$2
5 for i in $product_sequence ; do
6 file=${install_work}/env_${i}.sh
7 (test -f ${file} && rm -f ${file})
9 (file=${install_work}/$SHRC && test -f ${file} && rm -f ${file})
10 (file=${install_work}/$CSHRC && test -f ${file} && rm -f ${file})