Skip to content

Commit b5100e3

Browse files
committed
Simplify path
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
1 parent 64b5319 commit b5100e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/all-core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ pre_check_tools () {
861861
*) set "$@" RUN_ARMCC=0;;
862862
esac
863863
# Use a path relative to the currently-sourced file.
864-
"$@" "${BASH_SOURCE%/*}"/../../framework/scripts/output_env.sh
864+
"$@" "${BASH_SOURCE%/*}"/output_env.sh
865865
}
866866
867867
pre_generate_files() {

0 commit comments

Comments
 (0)