Skip to content

Commit

Permalink
Update eng/common/native/init-compiler.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Oct 1, 2021
1 parent 87042d9 commit 66d362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/native/init-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file detects the C/C++ compiler and exports it to the CC/CXX environment variables
#

if [[ "$#" -lt 2 ]]; then
if [[ "$#" -lt 3 ]]; then
echo "Usage..."
echo "init-compiler.sh <script directory> <Architecture> <compiler> <compiler major version> <compiler minor version>"
echo "Specify the script directory."
Expand Down

0 comments on commit 66d362b

Please sign in to comment.