[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:05 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=5ba214d
The following commit has been merged in the master branch:
commit 5ba214dadf85bcd3298b0169676218294c03f08a
Author: Robin Mills <robin at clanmills.com>
Date: Thu Apr 26 05:15:39 2012 +0000
fix to accomodate spaces in the PATH environment string
---
test/exiv2-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh
index fcd66fa..cbd4c50 100755
--- a/test/exiv2-test.sh
+++ b/test/exiv2-test.sh
@@ -5,7 +5,7 @@ os=$(uname)
if [ "${os:0:4}" == "CYGW" ]; then
# use the diff.exe in msvc
# cygwin's diff does not handle binary files as expected
- export PATH=$PWD/../msvc:$PATH
+ export "PATH=$PWD/../msvc:$PATH"
fi
export LC_ALL=C
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list