From 2de3f4250e3dcc5bd75d70e67b0142eeacb39a31 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 28 Dec 2014 17:15:25 +0000 Subject: [PATCH] trunk: webready integration. Add comment to the cygwin path issue being experienced when Jenkins does the build. --- jenkins_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins_build.sh b/jenkins_build.sh index b2611696..cb5e6138 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -71,6 +71,7 @@ if [ `uname` == Darwin ]; then PLATFORM=macosx elif [ `uname -o` == Cygwin ]; then PLATFORM=cygwin + # tweak path to ensure the correct version of perl and expr for autotools export "PATH=/bin:$PATH" elif [ `uname -o` == Msys ]; then PLATFORM=mingw