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 <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2025-04-11 15:07:02 +02:00
parent 2e10e781f3
commit 3302dc6510
2 changed files with 0 additions and 2 deletions

View File

@ -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'

View File

@ -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'