Removed check for the maximum quantity of arguments (dotnet/coreclr#10232)
authorBuyduck <ivan.vagin@partner.samsung.com>
Thu, 16 Mar 2017 20:24:17 +0000 (23:24 +0300)
committerDan Moseley <danmose@microsoft.com>
Thu, 16 Mar 2017 20:24:17 +0000 (13:24 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/f1087c7acbc4dc1bc4556af629a67ea606a96713

src/coreclr/src/pal/tools/gen-buildsys-clang.sh

index db342eb..6c264cb 100755 (executable)
@@ -3,7 +3,7 @@
 # This file invokes cmake and generates the build system for Clang.
 #
 
-if [ $# -lt 4 -o $# -gt 8 ]
+if [ $# -lt 4 ]
 then
   echo "Usage..."
   echo "gen-buildsys-clang.sh <path to top level CMakeLists.txt> <ClangMajorVersion> <ClangMinorVersion> <Architecture> [build flavor] [coverage] [ninja] [cmakeargs]"