From 582338267c8dc5595cdef38430e751a3550840fe Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Wed, 13 Mar 2013 08:05:34 +0100 Subject: [PATCH] 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: Lukas Bulwahn --- scripts/test-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-all.sh b/scripts/test-all.sh index 9e2bcdf..06f32d2 100644 --- a/scripts/test-all.sh +++ b/scripts/test-all.sh @@ -102,7 +102,7 @@ bake_all () { # Init the build environment cd "$path_to_project_root_relative_to_script" 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. cd ../meta-ros