--- scripts/pgallery/src/pgallery.sh 2012/08/28 17:08:34 1.7 +++ scripts/pgallery/src/pgallery.sh 2012/08/28 17:29:32 1.8 @@ -5,7 +5,7 @@ # can do whatever you want with this stuff. If we meet some day, and you think # this stuff is worth it, you can buy me a beer in return Aron Schlesinger # -# $Paefchen: scripts/pgallery/src/pgallery.sh,v 1.6 2012/08/28 12:30:30 as Exp $ +# $Paefchen: scripts/pgallery/src/pgallery.sh,v 1.7 2012/08/28 17:08:34 as Exp $ # ARG_TITLE="PGallery" @@ -458,7 +458,7 @@ get_exif_info() exifinfo="$exifinfo$exif " fi done - echo $exifinfo + echo $exifinfo | sed -e 's/ mm /mm /' -e 's/ sec./s/' -e 's/ ISO / ISO/' } # parse args