fixing bug where lrf size was listed as pdb size
authorJonathan Blake <jonathan.blake@projectaon.org>
Sun, 28 Oct 2012 03:01:17 +0000 (03:01 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Sun, 28 Oct 2012 03:01:17 +0000 (03:01 +0000)
git-svn-id: https://projectaon.org/data/trunk@2155 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/scripts/list-file-sizes.sh

index 1d35fad..50be4ed 100755 (executable)
@@ -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"`