Magellan Linux

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

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

trunk/include/mtools.sminc revision 16994 by niro, Thu Apr 4 14:17:58 2013 UTC branches/R11-stable/include/mtools.sminc revision 17895 by niro, Wed Jun 26 13:03:13 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.17895