Index: distalign/gen_html.sh =================================================================== --- distalign/gen_html.sh (revision 18459) +++ distalign/gen_html.sh (revision 18460) @@ -3,7 +3,7 @@ ALIGNHTML=align-examples.html echo 'DistAlign Examples

DistAlign Examples

' > $ALIGNHTML -fqty=$(ls -1 alignpix/*.png | wc -l) +fqty=$(echo "$@" | wc -l) tfqty=$fqty count=1 for i in "$@"
Click Image to Enlarge