Changeset 38 for confman/confman


Ignore:
Timestamp:
03/29/2006 02:54:10 (6 years ago)
Author:
ccowart
Message:

/almost/ release-worthy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r37 r38  
    520520 
    521521        if [ ! -d "${WORK_PATH}/${module}`dirname $file`" ] ; then 
    522                 newdir $module `dirname $file`  
     522                newdir "${WORK_PATH}/${module}`dirname $file`" 
    523523        fi 
    524524 
     
    542542        local group=$DEFAULT_GROUP 
    543543        local comment="dir" 
     544        # Ugh. This doesn't work when the function is called from import... 
     545        # It assumes we're working in the working copy... 
    544546        local workdir=`abspath .` 
    545547        if [ -z $1 ] ; then 
     
    549551        # Find the "real" directory's path 
    550552        dir="${workdir}/${dir}" 
     553        echo $dir 
    551554        local module=`echo ${workdir#$WORK_PATH/} | sed -E 's:/([^/]+)/.*:\1:'` 
    552555        echo $module 
Note: See TracChangeset for help on using the changeset viewer.