Ignore:
Timestamp:
12/04/2006 22:05:38 (5 years ago)
Author:
ccowart
Message:

A couple more minor bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/confmanlib.sh

    r140 r142  
    501501 
    502502function conf_isclean { 
    503     local state=`cat $REPO_SYNC_STATE` 
     503    local state=`cat $REPO_SYNC_STATE 2>/dev/null` 
    504504    case $state in 
    505505        clean)  return 0 ;; 
Note: See TracChangeset for help on using the changeset viewer.