mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-30 15:57:46 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user