]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scripts/headers_install.sh: fix error handling
authorJavier Barrio <javier.barrio.mart@gmail.com>
Mon, 13 Oct 2014 22:54:18 +0000 (15:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:23 +0000 (02:18 +0200)
commitf9a4d1103c1c4b9fa5b23b1ddc2666f015822ef2
treebe8f7ee2e10c3382f66a26ded8dd46d7f88dea80
parent0d5e75802c842ecc7c4778422c2d49609a889f3a
scripts/headers_install.sh: fix error handling

- headers_install requires at least two arguments

- missed closing quote

Signed-off-by: Javier Barrio <javier.barrio.mart@gmail.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/headers_install.sh