Merge pull request #6695 from tom-cosgrove-arm/fix-name-of-basic-build-test.sh-2.28

Backport 2.28: Fix name of basic build test.sh 2.28
This commit is contained in:
Gilles Peskine 2022-11-30 16:20:04 +01:00 committed by GitHub
commit 3917028ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# basic-build-tests.sh # basic-build-test.sh
# #
# Copyright The Mbed TLS Contributors # Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
@ -36,7 +36,7 @@
# #
# This script has been written to be generic and should work on any shell. # This script has been written to be generic and should work on any shell.
# #
# Usage: basic-build-tests.sh # Usage: basic-build-test.sh
# #
# Abort on errors (and uninitiliased variables) # Abort on errors (and uninitiliased variables)