Merged bug fix from Stable into Unstable

This commit is contained in:
Mauricio Carneiro 2011-07-17 18:10:18 -04:00
commit ecc8726f63
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ object QScriptUtils {
for (bam <- fromFile(in).getLines)
if (!bam.startsWith("#") && !bam.isEmpty )
list :+= new File(bam.trim())
list
list.sortWith(_.compareTo(_) < 0)
}
/**