The fragment_picker executable barfs on carriage returns. Can something be done about this? I’ve added the following line to the make_fragments.pl script:
die “$file is a dos file, yuck! Get rid of carriage returns (\r) or run dos2unix immediately!n” if (m/r/);