pjs/tools/build-environment/win32/profile-echo.sh

6 строки
119 B
Bash
Executable File

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