A tick mark was missing in the template generation for when
fotographer is not the camera owner. This commit fixes that.
echo "set Exif.Image.Copyright 'Copyright, $photographer $(date +'%Y'). $copyright'" >> "$fileexiv"
else
echo "set Exif.Image.Artist 'Camera owner, $cameraowner; Photographer, $photographer'" >> "$fileexiv"
- echo "set Iptc.Application2.Byline '$photographer and $cameraowner ($copyrightshort)" >> "$fileexiv"
+ echo "set Iptc.Application2.Byline '$photographer and $cameraowner ($copyrightshort)'" >> "$fileexiv"
echo "" >> "$fileexiv"
echo "set Exif.Image.Copyright 'Copyright, $photographer and $cameraowner, $(date +'%Y'). $copyright'" >> "$fileexiv"
fi