Magellan Linux

Diff of /branches/R11-unstable/include/mtools.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16994 by niro, Thu Apr 4 14:17:58 2013 UTC revision 17041 by niro, Sun Apr 7 13:24:55 2013 UTC
# Line 683  mdelete() Line 683  mdelete()
683   local dest="$1"   local dest="$1"
684   local opts   local opts
685    
686     # enforce
687     if [[ $1 = -f ]]
688     then
689     opts="-f"
690     dest="$2"
691     fi
692    
693   # recursive   # recursive
694   if [[ $1 = -r ]] || [[ $1 = -R ]]   if [[ $1 = -r ]] || [[ $1 = -R ]]
695   then   then

Legend:
Removed from v.16994  
changed lines
  Added in v.17041