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
Original issue reported on code.google.com by
baron.schwartz
on 27 Feb 2011 at 11:39