Skip to content
Snippets Groups Projects
Commit 58233826 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

test-all.sh: Reverting an accidental edit


In the previous commit, I accidently also edited another line than intended and
missed to see the accident before committing.
This commit reverts that accident.

Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
parent bc58ed8d
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ bake_all () { ...@@ -102,7 +102,7 @@ bake_all () {
# Init the build environment # Init the build environment
cd "$path_to_project_root_relative_to_script" cd "$path_to_project_root_relative_to_script"
build_directory=build build_directory=build
source ./oe-init-env $build_directory source ./oe-init-build-env $build_directory
# Go to the meta-ros git repository location to gather information about commits. # Go to the meta-ros git repository location to gather information about commits.
cd ../meta-ros cd ../meta-ros
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment