From b14730b843a7815f772f4b62304a797c28c2356e Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Sun, 28 Oct 2012 03:01:17 +0000 Subject: [PATCH] fixing bug where lrf size was listed as pdb size git-svn-id: https://projectaon.org/data/trunk@2155 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/scripts/list-file-sizes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scripts/list-file-sizes.sh b/common/scripts/list-file-sizes.sh index 1d35fad..50be4ed 100755 --- a/common/scripts/list-file-sizes.sh +++ b/common/scripts/list-file-sizes.sh @@ -50,6 +50,6 @@ list_file_size fb2_size \ list_file_size pdb_size \ `find . -name "$1.pdb"` list_file_size lrf_size \ - `find . -name "$1.pdb"` + `find . -name "$1.lrf"` list_file_size svg_size \ `find . -name "$1.svgz"` -- 2.34.1