From 3302dc651034fa87c22995fe9cca8c270d1be855 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 11 Apr 2025 15:07:02 +0200 Subject: [PATCH] programs: demo: do not source project_detection.sh directly Let "demo_common.sh" do all that it's required for these script to work properly. Signed-off-by: Valerio Setti --- programs/psa/key_ladder_demo.sh | 1 - programs/psa/psa_hash_demo.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/programs/psa/key_ladder_demo.sh b/programs/psa/key_ladder_demo.sh index 9559877c64..e3afb66303 100755 --- a/programs/psa/key_ladder_demo.sh +++ b/programs/psa/key_ladder_demo.sh @@ -3,7 +3,6 @@ # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later -. "${0%/*}/../../framework/scripts/project_detection.sh" . "${0%/*}/../../framework/scripts/demo_common.sh" msg <<'EOF' diff --git a/programs/psa/psa_hash_demo.sh b/programs/psa/psa_hash_demo.sh index e10c3dbee0..c2cc87a6bd 100755 --- a/programs/psa/psa_hash_demo.sh +++ b/programs/psa/psa_hash_demo.sh @@ -3,7 +3,6 @@ # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later -. "${0%/*}/../../framework/scripts/project_detection.sh" . "${0%/*}/../../framework/scripts/demo_common.sh" msg <<'EOF'