]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - scripts/headers_install.sh
Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/working/fujits...
[mirror_ubuntu-artful-kernel.git] / scripts / headers_install.sh
old mode 100644 (file)
new mode 100755 (executable)
index 5de5660..fdebd66
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-if [ $# -lt 1 ]
+if [ $# -lt 2 ]
 then
-       echo "Usage: headers_install.sh OUTDIR SRCDIR [FILES...]
+       echo "Usage: headers_install.sh OUTDIR SRCDIR [FILES...]"
        echo
        echo "Prepares kernel header files for use by user space, by removing"
        echo "all compiler.h definitions and #includes, removing any"