Changeset 409
- Timestamp:
- 09/17/2009 21:16:10 (3 years ago)
- File:
-
- 1 edited
-
trunk/confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmanlib.sh.in
r408 r409 308 308 # This is a hack to work around NFS home dirs, for now: 309 309 ${NFS_HACK:-false} && chmod o+rx ${WORK_PATH} 310 311 # Test to see if the SVN working copy is out of date 312 if ! @SVN@ info $moduledir >/dev/null ; then 313 echo "Error: $moduledir isn't usable by svn." >&2 314 exit 1 315 fi 310 316 311 317 for directory in `find -L $moduledir -mindepth 1 -type d | grep -v "\.svn"`;
Note: See TracChangeset
for help on using the changeset viewer.
