From 5d8e7922c2c1b764ec1c40df2a8a209dd14012d4 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 24 Jul 2016 12:47:34 +0300 Subject: [PATCH] [exiv2-common-edits] Bugfix in template generation A tick mark was missing in the template generation for when fotographer is not the camera owner. This commit fixes that. --- exiv2-common-edits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exiv2-common-edits b/exiv2-common-edits index 8967dc3..30bf179 100755 --- a/exiv2-common-edits +++ b/exiv2-common-edits @@ -24,7 +24,7 @@ if [ "$cameraowner" == "$photographer" ]; then 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 -- 2.39.2