Changeset 474 for branches


Ignore:
Timestamp:
11/02/2009 23:00:04 (3 years ago)
Author:
blee
Message:

Merge from trunk confman create log message change

Resolves #93

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 473
  • branches/confman-1.9/confmanlib.sh.in

    r461 r474  
    190190        @SVN@ commit $(eval echo ${WORK_PATH}/{$newmodules}) \ 
    191191            $(eval echo ${WORK_PATH}/${REPO_CHECKPTS}/{$newmodules}) -m \ 
    192             "Created directory structure for $newmodules --`whoami`" 
     192            "Created directory structure for $newmodules" 
    193193    elif [ -n "$newmodules" ]; then 
    194194        # We test -n for this case because $newmodules might 
     
    196196        @SVN@ commit ${WORK_PATH}/$newmodules \ 
    197197            ${WORK_PATH}/${REPO_CHECKPTS}/$newmodules -m \ 
    198             "Created directory structure for $newmodules --`whoami`" 
     198            "Created directory structure for $newmodules" 
    199199    fi 
    200200 
Note: See TracChangeset for help on using the changeset viewer.