From 1ac5f3c857e7568c6ac8cae9daf4c9dbaf28a863 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 9 Dec 2015 18:34:26 +0000 Subject: [PATCH] #1041. Another attempt. --- jenkins_daily.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins_daily.sh b/jenkins_daily.sh index 6dd867c6..20d4a594 100755 --- a/jenkins_daily.sh +++ b/jenkins_daily.sh @@ -20,8 +20,8 @@ vs=2013 ## # determine location of the build and source directories exiv2=$(cygpath -aw .) -build=$(cygpath -aw .\\build) - dist=$(cygpath -au .\\build\\dist\\$vs\\$arch\\$mode\\$config\\bin) +build=$(cygpath -aw ..\\build) + dist=$(cygpath -au ..\\build\\dist\\$vs\\$arch\\$mode\\$config\\bin) msvc=$(cygpath -aw ./contrib/cmake/msvc) ##