Simplify path

Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
Elena Uziunaite
2024-12-06 15:05:43 +00:00
parent 64b53198e8
commit b5100e32f0
+1 -1
View File
@@ -861,7 +861,7 @@ pre_check_tools () {
*) set "$@" RUN_ARMCC=0;;
esac
# Use a path relative to the currently-sourced file.
"$@" "${BASH_SOURCE%/*}"/../../framework/scripts/output_env.sh
"$@" "${BASH_SOURCE%/*}"/output_env.sh
}
pre_generate_files() {