Magellan Linux

Diff of /branches/mage-next/src/up2date/up2date.in

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

revision 2607 by niro, Tue Mar 4 14:57:09 2014 UTC revision 2608 by niro, Tue Mar 4 14:59:05 2014 UTC
# Line 210  EOF Line 210  EOF
210   done   done
211  }  }
212    
213    # check for missing repos
214    for i in ${REPOS}
215    do
216     [ -d ${i} ] || die "repo '${i}' missing. Please run 'smage2 update' first."
217    done
218    
219  updateall $@  updateall $@

Legend:
Removed from v.2607  
changed lines
  Added in v.2608