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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:30 UTC 2017


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

The following commit has been merged in the master branch:
commit 74d26b8fb1d6d85460ff3a5fa550ebea84aebe7a
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Nov 2 03:19:33 2012 +0000

    Fixed Mac's grumbling about this file (sheessh.  bash isn't always cool).
---
 test/video-test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/video-test.sh b/test/video-test.sh
index 10d855f..b98cf45 100755
--- a/test/video-test.sh
+++ b/test/video-test.sh
@@ -9,8 +9,8 @@
 # ----------------------------------------------------------------------
 # Setup
 export LC_ALL=C
-os=$(uname -o)
-if [ "$os" == "Cygwin" ]; then
+os=$(uname)
+if [ "${os:0:4}" == "CYGW" ]; then
 	export "PATH=$PWD/../msvc:$PATH"
 fi
 cd tmp/

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list