Changeset 50 for confman/confmanlib.sh


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/confmanlib.sh

    r49 r50  
    219219 
    220220function conf_rm_file { 
    221   local file=$1 
    222   if [ ! -f $file ] ; then 
    223           echo "Error: No such file or directory: $file" >&2 
    224   fi 
    225   svn rm $myfile 
     221  svn rm $* 
    226222} 
    227223 
Note: See TracChangeset for help on using the changeset viewer.