Changeset 42 for confman/confmanlib.sh


Ignore:
Timestamp:
03/29/2006 14:58:22 (6 years ago)
Author:
ccowart
Message:

Updating some config options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confmanlib.sh

    r41 r42  
    139139  local chkpath="${WORK_PATH}/${REPO_CHECKPTS}/${module}/${checkpoint}" 
    140140  svn rm ${chkpath} 
    141   local msg="Removed the checkpoint ${checkpoint} from ${REPO_LOCAL} --`whoami`" 
     141  local msg="Removed the checkpoint ${checkpoint} from ${module} --`whoami`" 
    142142  svn commit ${WORK_PATH}/${REPO_CHECKPTS} -m "$msg" 
    143143} 
Note: See TracChangeset for help on using the changeset viewer.