diff options
Diffstat (limited to 'scripts/buildhistory-diff')
-rwxr-xr-x | scripts/buildhistory-diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff index 3f27eabcdb..8493da47ef 100755 --- a/scripts/buildhistory-diff +++ b/scripts/buildhistory-diff | |||
@@ -44,7 +44,7 @@ def main(): | |||
44 | print("Unable to find bitbake by searching parent directory of this script or PATH") | 44 | print("Unable to find bitbake by searching parent directory of this script or PATH") |
45 | sys.exit(1) | 45 | sys.exit(1) |
46 | 46 | ||
47 | sys.path.extend([newpath, bitbakepath + '/lib']) | 47 | sys.path[0:0] = [newpath, bitbakepath + '/lib'] |
48 | import oe.buildhistory_analysis | 48 | import oe.buildhistory_analysis |
49 | 49 | ||
50 | if len(sys.argv) > 3: | 50 | if len(sys.argv) > 3: |