projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[buildroot] drop the usr/ prefix when scanning for libgcc.a
[openwrt.git]
/
scripts
/
dl_cleanup.py
diff --git
a/scripts/dl_cleanup.py
b/scripts/dl_cleanup.py
index
48f587d
..
67ccbda
100755
(executable)
--- a/
scripts/dl_cleanup.py
+++ b/
scripts/dl_cleanup.py
@@
-147,7
+147,8
@@
def main(argv):
"hdBw:",
[ "help", "dry-run", "show-blacklist", "whitelist=", ])
if len(args) != 1:
- raise getopt.GetoptError()
+ usage()
+ return 1
except getopt.GetoptError:
usage()
return 1
This page took
0.018689 seconds
and
4
git commands to generate.