From 46103bc8002cd6365de73e8a54481f1115f0f4c1 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 14 Jun 2015 14:41:24 +0200 Subject: [PATCH] Cosmetics. --- redatepic.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/redatepic.sh b/redatepic.sh index 3b9962d..3a379ab 100755 --- a/redatepic.sh +++ b/redatepic.sh @@ -28,12 +28,7 @@ while [ $1 ]; do TAG=$(exif 2>/dev/null --ifd=EXIF -t 0x9003 ${REFERENCE} | grep Value) if [[ ! "${TAG}" ]]; then - # echo >&2 " Cannot find the \"Date and Time (original)\" exif tag in ${REFERENCE}" - # echo >&2 " Looking for \"Date and Time\"" TAG=$(exif -t 0x0132 ${REFERENCE} | grep Value) - # if [[ ${TAG} ]]; then - # echo >&2 " Ok, found!" - # fi fi if [[ ${TAG} ]]; then @@ -42,7 +37,7 @@ while [ $1 ]; do touch -t $TIMESTAMP ${NAME} ls -l ${NAME} else - echo "++ No exif tag in ${NAME}, can not set the date properly." + echo "++ No proper exif tag for ${NAME}, can not set the date properly." fi else -- 2.20.1