diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 520e54912a..c348e5e628 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -170,7 +170,6 @@ Default BBFILES are the .bb files in the current directory.""") | |||
170 | 170 | ||
171 | configuration = BBConfiguration(options) | 171 | configuration = BBConfiguration(options) |
172 | configuration.pkgs_to_build.extend(args[1:]) | 172 | configuration.pkgs_to_build.extend(args[1:]) |
173 | configuration.initial_path = os.environ['PATH'] | ||
174 | 173 | ||
175 | ui_main = get_ui(configuration) | 174 | ui_main = get_ui(configuration) |
176 | 175 | ||