
10 Dec
2007
10 Dec
'07
4:58 p.m.
HE> - if [ ! mkdir ${dir}/CIM ]; then HE> + mkdir ${dir}/CIM HE> + if [ -z ${dir}/CIM ]; then Ah, yes, this will fail if the CIM directory already exists. HE> - cp -ra ${TMPDIR}/* ${dir} HE> - sfcbrepos HE> + cp -ra ${TMPDIR}/* ${dir}/CIM HE> + sfcbrepos -f Oh yeah, both are good changes. I'll re-send the set with these changes applied. Thanks! -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com