Changeset 38 for confman/confman
- Timestamp:
- 03/29/2006 02:54:10 (6 years ago)
- File:
-
- 1 edited
-
confman/confman (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r37 r38 520 520 521 521 if [ ! -d "${WORK_PATH}/${module}`dirname $file`" ] ; then 522 newdir $module `dirname $file`522 newdir "${WORK_PATH}/${module}`dirname $file`" 523 523 fi 524 524 … … 542 542 local group=$DEFAULT_GROUP 543 543 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... 544 546 local workdir=`abspath .` 545 547 if [ -z $1 ] ; then … … 549 551 # Find the "real" directory's path 550 552 dir="${workdir}/${dir}" 553 echo $dir 551 554 local module=`echo ${workdir#$WORK_PATH/} | sed -E 's:/([^/]+)/.*:\1:'` 552 555 echo $module
Note: See TracChangeset
for help on using the changeset viewer.
