[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=663d16c

The following commit has been merged in the master branch:
commit 663d16cb4c246a09298dcdfa476fa22d902bbfa9
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Nov 2 03:14:47 2012 +0000

    Fix grumble message from Linux on this script.
---
 test/video-test.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/video-test.sh b/test/video-test.sh
index 38e40be..10d855f 100755
--- a/test/video-test.sh
+++ b/test/video-test.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 # Test driver for video files
 #
 # video-asf.wmv        http://www.educationalquestions.com/video/DLP_PART_2_768k.wmv
@@ -9,7 +9,8 @@
 # ----------------------------------------------------------------------
 # Setup
 export LC_ALL=C
-if [ `uname -o` == Cygwin ]; then
+os=$(uname -o)
+if [ "$os" == "Cygwin" ]; then
 	export "PATH=$PWD/../msvc:$PATH"
 fi
 cd tmp/

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list