#1230 Buildserver maintenance.

This commit is contained in:
Robin Mills 2016-09-25 19:35:38 +00:00
parent 90f67b8725
commit 5db23c12f7

View File

@ -24,7 +24,7 @@ osName () {
# which PLATFORM
# PLATFORM must be defined as msvc or ming when called from ssh
if [ "$PLATFORM" == "" ]; then
export PLATFORM="$(echo osName)"
export PLATFORM=$(echo osName)
if [ "$PLATFORM" == "cygwin" ]; then
# tweak path to ensure the correct version of perl and expr for autotools
export "PATH=/bin:$PATH"