diff -r 27f0c30c5240 -r f1fea4381014 bin/imager.check --- a/bin/imager.check Sun Jul 31 23:22:07 2011 +0200 +++ b/bin/imager.check Sun Jul 31 23:22:59 2011 +0200 @@ -133,11 +133,11 @@ # we don't need uncompressed files if an compressed version # exists unlink $_ and return if -f "$_.gz"; - unlink "$_.x" and return if -f "$_.x.gz"; + unlink "$_.x" and return if -f "$_.x.gz"; - # the next step we can't do, because it can happen that - # the restorer does not know about a password - #unlink "$_.gz.x" and return if -f "$_.gz"; + # the next step we can't do, because it can happen that + # the restorer does not know about a password + #unlink "$_.gz.x" and return if -f "$_.gz"; # cut away the first part of the filename and # some optional extension @@ -207,9 +207,9 @@ next if -f "$dir/data/$k" or -f "$dir/data/$k.gz" - or -f "$dir/data/$k.x" - or -f "$dir/data/$k.x.gz" - or -f "$dir/data/$k.gz.x"; + or -f "$dir/data/$k.x" + or -f "$dir/data/$k.x.gz" + or -f "$dir/data/$k.gz.x"; say "missing $k @$i"; @invalid{@$i} = (); }