Changeset 1698 for CONFIG/UNIFORM/u1/propagate_master_config.ksh
- Timestamp:
- 03/26/12 17:44:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/u1/propagate_master_config.ksh
r1691 r1698 50 50 51 51 # Test if there is nothing to copy 52 grep cp $cpfile 53 if [ $? -ne 0 ] ; then 52 if [ $( grep cp $cpfile |wc -l ) -eq 0 ] ; then 54 53 echo "Noting to be done. All files are the same." 55 54 rm $cpfile
Note: See TracChangeset
for help on using the changeset viewer.