scripts: fix paths in files moved from Mbed TLS

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti
2024-12-10 16:46:56 +01:00
parent 8bf041ff30
commit 1b2dd2d069
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ if [ -d library -a -d include -a -d tests ]; then :; else
exit 1
fi
if scripts/apidoc_full.sh > doc.out 2>doc.err; then :; else
if ./framework/scripts/apidoc_full.sh > doc.out 2>doc.err; then :; else
cat doc.err
echo "FAIL" >&2
exit 1;
+1 -1
View File
@@ -6,7 +6,7 @@
# When the recursion depth might depend on data controlled by the attacker in
# an unbounded way, those functions should use iteration instead.
#
# Typical usage: scripts/recursion.pl library/*.c
# Typical usage: framework/scripts/recursion.pl library/*.c
#
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later