guoyu07 / aspersa

Automatically exported from code.google.com/p/aspersa
0 stars 0 forks source link

sift dies on a directory with one sample #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If there's only a single sample, then this line produces one result:

      while [ "$(grep -c "${PREFIX}" /tmp/aspersa.sift-prefixes)" -ne 1 ]; do

That's because $PREFIX is empty.

Original issue reported on code.google.com by baron.schwartz on 27 Feb 2011 at 11:39

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r376.

Original comment by baron.schwartz on 27 Feb 2011 at 11:40