Changeset 50 for confman/confman


Ignore:
Timestamp:
03/29/2006 23:34:03 (6 years ago)
Author:
ccowart
Message:

Updated the syntax for rm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r46 r50  
    539539 
    540540function remove { 
    541         local file=`abspath "$1"` 
    542         local response 
    543541        if [ -z $1 ] ; then print_usage 1 ; fi 
    544         conf_rm_file $file 
     542        conf_rm_file $* 
    545543} 
    546544 
Note: See TracChangeset for help on using the changeset viewer.