Changeset 2315 for CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/xios.driver
- Timestamp:
- 08/06/14 15:17:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/xios.driver
r2300 r2315 5 5 # Usage : XIOS_sed_xml xml_file attribute value 6 6 # In file xml_file modify at the line containing id="attribute" the attribute value ">value<" 7 7 IGCM_debug_PushStack "XIOS_sed_xml" 8 8 # Test if the fichier exist 9 9 if [ ! -f ${1} ] ; then … … 16 16 echo "XIOS_sed_xml" : ${1} ${2} ${3} 17 17 \mv ${1}.tmp ${1} 18 18 IGCM_debug_PopStack "XIOS_sed_xml" 19 19 return $RET 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.