From b726b67f0be67a46bfbb820c2576e833187fcf97 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 28 Dec 2014 16:53:28 +0000 Subject: [PATCH] trunk: webready integration. Another attempt to get jenkins_build.sh to run correctly on cygwin. --- jenkins_build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jenkins_build.sh b/jenkins_build.sh index f34e6593..dc23a2b5 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -77,10 +77,6 @@ else PLATFORM=linux fi -## -# the cygwin version of perl does not seem to work correctly with autotools! -if [ $PLATFORM == cygwin ]; then export "PATH=/c/Perl64/bin:$PATH" ; fi - ## # set up some defaults (used when running this script from the terminal) echo "1 target = $target platform = $PLATFORM WORKSPACE = $WORKSPACE"