X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=scripts%2Fimage_maps.pl;fp=scripts%2Fimage_maps.pl;h=f0471d6cd56fa648f9e805fc5e8d1e0a08b95f67;hp=a38e4170b004c6a3be3ad31b961d6c6f6700e7ad;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/scripts/image_maps.pl b/scripts/image_maps.pl index a38e4170b..f0471d6cd 100755 --- a/scripts/image_maps.pl +++ b/scripts/image_maps.pl @@ -25,7 +25,7 @@ my @images; for my $filename (sort @files) { my $image = `$identify_bin $filename`; if (!defined $image) { - warn "warning: could not identify image '$filename'. skpping..."; + warn "warning: could not identify image '$filename'. skipping..."; next; } $image =~ /^(?\S+) \s (?\S+) \s (?\d+) x (?\d+)/x;