Skip to content

Commit 4e776b1

Browse files
Andrew MortonLinus Torvalds
authored andcommitted
[PATCH] hdrcheck permission fix
Don't require that scripts/hdrcheck.sh be executable - shit happens... Cc: Sam Ravnborg <sam@ravnborg.org> Acked-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent b119f13 commit 4e776b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Makefile.headersinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ quiet_cmd_unifdef = UNIFDEF $(patsubst $(INSTALL_HDR_PATH)/%,%,$@)
9797
| $(HDRSED) > $@ || :
9898

9999
quiet_cmd_check = CHECK $(patsubst $(INSTALL_HDR_PATH)/$(_dst)/.check.%,$(_dst)/%,$@)
100-
cmd_check = $(srctree)/scripts/hdrcheck.sh \
100+
cmd_check = $(CONFIG_SHELL) $(srctree)/scripts/hdrcheck.sh \
101101
$(INSTALL_HDR_PATH)/include $(subst /.check.,/,$@) $@
102102

103103
quiet_cmd_remove = REMOVE $(_dst)/$@

0 commit comments

Comments
 (0)