[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:15 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=b0b0760

The following commit has been merged in the master branch:
commit b0b0760610160173e5b38def6e9e3725a022fa33
Author: Robin Mills <robin at clanmills.com>
Date:   Sat May 2 09:37:17 2015 +0000

    #1072.  Fixing test/tiff-test.sh to work correctly on MacOS-X 10.4 (Tiger)
---
 test/tiff-test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/tiff-test.sh b/test/tiff-test.sh
index 45a9793..6cc1799 100644
--- a/test/tiff-test.sh
+++ b/test/tiff-test.sh
@@ -3,8 +3,8 @@
 
 # ----------------------------------------------------------------------
 # Check if the exifprobe tool is available
-
-if [ `which exifprobe 2>/dev/null`x = x ] ; then
+exifprobe 2>/dev/null >/dev/null
+if [ "$?" != "0"  ] ; then
     echo "tiff-test.sh: exifprobe not found. Skipping TIFF tests."
     exit 0
 fi

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list