Skip to content

Commit 5f49b3c

Browse files
Fix the name of basic-build-test.sh within the file
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
1 parent fa05a25 commit 5f49b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/basic-build-test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# basic-build-tests.sh
3+
# basic-build-test.sh
44
#
55
# Copyright The Mbed TLS Contributors
66
# SPDX-License-Identifier: Apache-2.0
@@ -36,7 +36,7 @@
3636
#
3737
# This script has been written to be generic and should work on any shell.
3838
#
39-
# Usage: basic-build-tests.sh
39+
# Usage: basic-build-test.sh
4040
#
4141

4242
# Abort on errors (and uninitiliased variables)

0 commit comments

Comments
 (0)