diff options
| author | 2009-01-30 14:50:57 -0800 | |
|---|---|---|
| committer | 2009-01-30 14:50:57 -0800 | |
| commit | 9b7ed8faa034fc2d350e2eff5c68680eb5c43a07 (patch) | |
| tree | 5c94c34ad30e312604c1ce4f08ab6631b64a94f5 /scripts/config | |
| parent | x86: add pte_set_flags/clear_flags for pte flag manipulation (diff) | |
| parent | Merge branch 'linus' into core/percpu (diff) | |
Merge branch 'core/percpu' into x86/paravirt
Diffstat (limited to 'scripts/config')
| -rwxr-xr-x | scripts/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/config b/scripts/config index 68b9761cdc38..db6084b78a10 100755 --- 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 |
