minor cleaning in comments

This commit is contained in:
Francois B (Makoto) 2017-10-02 23:05:30 +02:00
parent e12e76ae12
commit bd3be26c04

1
wpfind
View file

@ -122,7 +122,6 @@ function wpFind () {
fi fi
# if file # if file
elif [ -f "$pic" ]; then elif [ -f "$pic" ]; then
#i=$(($i+1))
# if file type is a picture # if file type is a picture
if [[ $(file --mime-type -b "$pic") == image/*g ]]; then if [[ $(file --mime-type -b "$pic") == image/*g ]]; then
pic_w_size=$(identify -format %w $pic) pic_w_size=$(identify -format %w $pic)