Changeset 68 for confman/confmanlib.sh
- Timestamp:
- 04/12/2006 21:50:20 (6 years ago)
- File:
-
- 1 edited
-
confman/confmanlib.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confman/confmanlib.sh
r59 r68 69 69 local moduledir="${WORK_PATH}/checkpoints/${module}/${2}" 70 70 fi 71 # This is a hack to work around NFS home dirs, for now: 72 chmod o+rx ${WORK_PATH} 73 71 74 for directory in `find $moduledir -type d | grep -v "\.svn"` ; do 72 75 local livedir=`echo $directory | sed "s:$moduledir::"` … … 95 98 conf_assemble_sing ${module} ${file} 96 99 done 100 # This is a hack to work around NFS home dirs, for now: 101 chmod o-rx ${WORK_PATH} 97 102 } 98 103
Note: See TracChangeset
for help on using the changeset viewer.
