From d2f57b2001e3760e7cb02d9e6cde77fd9c4e81b6 Mon Sep 17 00:00:00 2001 From: Egor Date: Wed, 27 Nov 2019 20:56:41 -0800 Subject: Enabled format validation script stub on Linux --- BuildTools/FormatValidation/validate_format_linux.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 BuildTools/FormatValidation/validate_format_linux.sh (limited to 'BuildTools/FormatValidation') diff --git a/BuildTools/FormatValidation/validate_format_linux.sh b/BuildTools/FormatValidation/validate_format_linux.sh new file mode 100755 index 0000000..6446ebd --- /dev/null +++ b/BuildTools/FormatValidation/validate_format_linux.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Format validation is not yet enabled for DiligentTools module on Linux" + -- cgit v1.2.3