id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 2114,tiger_2010 loader unzip breaks on some states,channelzero,robe,"The tiger2010 loader script has the following lines for unzipping the files downloaded by the wget command that precedes it. for z in *.zip; do $UNZIPTOOL -o -d $TMPDIR $z; done for z in */*.zip; do $UNZIPTOOL -o -d $TMPDIR $z; done This doesn't work for Pennsylvania or New Hampshire as both States wget command results in subdirectories with the zipped files. I used the stanza below to fix the issue for New Hampshire and Pennsylvania and commented out the lines above find $STATEDIR/ -name ""*.zip"" | while read z; do $UNZIPTOOL -o -d $TMPDIR $z; done It works for me on the rest of the States. But, I don't know if there are other consequences that I cannot see.",defect,closed,medium,PostGIS Fund Me,tiger geocoder,2.0.x,wontfix,,woodbri