Update filepath to demo_common.sh

This commit updates the filepath to demo_common.sh in dlopen_demo.sh and
the comment in demo_common.sh regarding how to use demo_common.sh.

Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
Harry Ramsey
2025-02-19 15:20:04 +00:00
parent 90e869ef4c
commit 8067657142
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
## ==========================
##
## Include this file near the top of each demo script:
## . "${0%/*}/../demo_common.sh"
## . "${0%/*}/demo_common.sh"
##
## Start with a "msg" call that explains the purpose of the script.
## Then call the "depends_on" function to ensure that all config
+1 -1
View File
@@ -6,7 +6,7 @@
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
. "${0%/*}/../demo_common.sh"
. "${0%/*}/../../scripts/demo_common.sh"
msg "Test the dynamic loading of libmbed*"