Changeset 93


Ignore:
Timestamp:
04/20/2006 17:47:29 (6 years ago)
Author:
yontege
Message:

Added a check in 'inst' to error out when it can't find the first file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r91 r93  
    173173        if [ -z $* ] ; then 
    174174                print_usage 1 
     175        elif [ ! -e $1 ] ; then 
     176                echo File $1 not found! 
     177                print_usage 1 
    175178        else 
    176179                local msg=`mktemp -t confman` 
Note: See TracChangeset for help on using the changeset viewer.