Changeset 585 for trunk/confmancommon.sh.in
- Timestamp:
- 12/23/2011 00:31:34 (5 months ago)
- File:
-
- 1 edited
-
trunk/confmancommon.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmancommon.sh.in
r506 r585 133 133 fi 134 134 135 # Source the filedb library 136 if [ -r "${FILEDB_LIBRARY}" ]; then 137 . "${FILEDB_LIBRARY}" 138 else 139 echo "Could not load filedb library: ${FILEDB_LIBRARY}" >&2 140 exit 1 141 fi 142 135 143 # Create and/or fix permissions on our local state directory 136 144 if ! [ -d "$REPO_DB" ] ; then
Note: See TracChangeset
for help on using the changeset viewer.
