Changeset 62


Ignore:
Timestamp:
04/07/2006 00:48:03 (6 years ago)
Author:
ccowart
Message:

Finally stamped out the bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r61 r62  
    505505 
    506506                # Let's see if we can read the file as ourself: 
     507                usefile=`mktemp -t confman` 
    507508                if [ ! -r $file ] ; then 
    508                         usefile=`mktemp -t confman` 
    509509                        sudo cat $file > $usefile 
    510510                else 
    511                         usefile="$file" 
     511                        cat $file > $usefile 
    512512                fi 
    513513 
Note: See TracChangeset for help on using the changeset viewer.