Changeset 91 for confman/confmanlib.sh


Ignore:
Timestamp:
04/19/2006 15:49:56 (6 years ago)
Author:
ccowart
Message:

Debugging and some file descriptor corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confmanlib.sh

    r90 r91  
    328328 
    329329function conf_cleanexit { 
     330  echo "Abort, Abort! Patience is a virtue." >&2 
    330331  rm -f /tmp/confman* 
    331332 
     
    336337  # And this clears any locks we may have created on our working copy: 
    337338  svn cleanup ${WORK_PATH} 
     339  echo "All clean. Terminating." >&2 
    338340 
    339341  if [ -z $1 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.