Changeset 142 for trunk/confman/confmanlib.sh
- Timestamp:
- 12/04/2006 22:05:38 (5 years ago)
- File:
-
- 1 edited
-
trunk/confman/confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman/confmanlib.sh
r140 r142 501 501 502 502 function conf_isclean { 503 local state=`cat $REPO_SYNC_STATE `503 local state=`cat $REPO_SYNC_STATE 2>/dev/null` 504 504 case $state in 505 505 clean) return 0 ;;
Note: See TracChangeset
for help on using the changeset viewer.
