X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Fheaders_install.sh;h=fdebd66f8fc16c2db0189480318c5f8599aebdf0;hb=3ec19efebe2d05d4cd927d96a3ff5e662dc808ef;hp=5de5660cb7085ac899df9f9dc87989bc931f24be;hpb=6e24f851befffc9b048715d436144eae3a09c05d;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh old mode 100644 new mode 100755 index 5de5660cb708..fdebd66f8fc1 --- a/scripts/headers_install.sh +++ b/scripts/headers_install.sh @@ -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"