projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
netpoll: Add drop checks to all entry points
[linux-2.6]
/
scripts
/
config
diff --git
a/scripts/config
b/scripts/config
index
68b9761
..
db6084b
100755
(executable)
--- a/
scripts/config
+++ b/
scripts/config
@@
-60,6
+60,10
@@
else
FN=.config
fi
+if [ "$1" = "" ] ; then
+ usage
+fi
+
while [ "$1" != "" ] ; do
CMD="$1"
shift