#!/bin/sh if test -n "$MOZ_MSVCVERSION"; then echo "Mozilla build environment: MSVC version ${MOZ_MSVCVERSION}." fi