diff options
author | Rob Landley <rob@landley.net> | 2012-10-16 17:09:30 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-10-16 17:09:30 -0500 |
commit | fdc10c9a02f6686aa7d66bee891023eafd94dd5c (patch) | |
tree | 5a19683df79a807258bc300f957c25e856df7106 /scripts | |
parent | 1f4f41abba90cbedeb7bfc767609e7591fcd36ef (diff) | |
download | toybox-fdc10c9a02f6686aa7d66bee891023eafd94dd5c.tar.gz |
Update roadmap/status with new toolbox analysis based on android system/core git repo.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkstatus.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mkstatus.py b/scripts/mkstatus.py index 2b4412f1..2ec2152c 100755 --- a/scripts/mkstatus.py +++ b/scripts/mkstatus.py @@ -9,8 +9,7 @@ for i in blob.stdout.read().split("\n"): i=i.split() stuff[i[0]]=i[1:] -stuff['toolbox'].extend(stuff['toolbox_std']) -del stuff['toolbox_std'] +stuff['toolbox'] reverse={} for i in stuff: |