@@ -127,14 +127,14 @@ fi # Determine platform if [ -z "${FORCE_PLATFORM}" ]; then PLATFORM="$(./platform)" - export PLATFORM else PLATFORM="${FORCE_PLATFORM}" fi +export PLATFORM # Build all appropriate directories faileddirs="" if [ -z "${DIRS}" ]; then DIRS="`echo */`"