diff options
author | Rob Landley <rob@landley.net> | 2014-02-21 22:24:02 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-02-21 22:24:02 -0600 |
commit | 7dbb9826d2a60734b1963c2598c6780ce9962d86 (patch) | |
tree | 31860660526afb3d8fb8fa611003500ffdb3b6c0 /scripts | |
parent | c5dabf136495a69e9226eaa8316332de57ad481e (diff) | |
download | toybox-7dbb9826d2a60734b1963c2598c6780ce9962d86.tar.gz |
Update status page.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkstatus.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mkstatus.py b/scripts/mkstatus.py index cb34d457..5ac6f085 100755 --- a/scripts/mkstatus.py +++ b/scripts/mkstatus.py @@ -93,6 +93,7 @@ for i in stuff: for j in stuff[i]: if "ready" in reverse[j]: continue + elif "pending" in reverse[j]: todo.append('<strike>%s</strike>' % j) else: todo.append(categorize(reverse,j,i)) if todo: |