Changeset 177 for tags/confman-1.5.5a/export.sh
- Timestamp:
- 10/08/2007 17:12:27 (5 years ago)
- File:
-
- 1 edited
-
tags/confman-1.5.5a/export.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/confman-1.5.5a/export.sh
r150 r177 14 14 ## 15 15 16 . /usr/local/rescomp/lib/confmancommon.sh 16 # Try loading a development library first 17 if [ -r ./confmancommon.sh ] ; then 18 echo "Loading development library from current working directory." >&2 19 . ./confmancommon.sh 20 elif [ -r /usr/local/rescomp/lib/confmancommon.sh ] ; then 21 . /usr/local/rescomp/lib/confmancommon.sh 22 else 23 echo "Can't find confmancommon.sh. Exiting." >&2 24 fi 17 25 18 26 # If we're in debug mode, we should log stderr messages to the logger
Note: See TracChangeset
for help on using the changeset viewer.
