Changes between Version 40 and Version 41 of JBSsandbox/PlasticSlices


Ignore:
Timestamp:
04/23/14 15:40:41 (10 years ago)
Author:
Josh Smift
Comment:

Need to reset the slice arrays before gathering expiration info.

Legend:

Unmodified
Added
Removed
Modified
  • JBSsandbox/PlasticSlices

    v40 v41  
    180180
    181181{{{
     182declare -A rspecs
     183for slicename in $slices ; do rspecs[$slicename]=$(ls -1 ~/rspecs/request/$slicename/*.rspec) ; done
    182184for slicename in $slices
    183185do