[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:36 UTC 2017


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

The following commit has been merged in the master branch:
commit 328fd1f00371298ccfc201dea032a533e200bb2b
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Jan 17 02:32:13 2013 +0000

    test: fix to eliminate error message "tr: warning: an unescaped backslash at end of string is not portable"
---
 test/functions.source | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/functions.source b/test/functions.source
index 937da60..6514241 100644
--- a/test/functions.source
+++ b/test/functions.source
@@ -72,7 +72,7 @@ copyTestFiles()
 # result analysis
 reportTest()
 {
-    cat $results | tr \ / > ${results}-new
+    cat $results | tr '\' '/' > ${results}-new
     	mv -f ${results}-new $results
     if [ ! -z `which dos2unix` ]; then
         unix2dos $results >/dev/null 2>&1

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list