From: Paolo 'Blaisorblade' Giarrusso Date: Fri, 7 Apr 2006 14:16:40 +0000 (+0200) Subject: kbuild: fix mode of checkstack.pl and other files. X-Git-Tag: v2.6.17-rc2~98^2~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=71378be91f5473e89c8be170c6e49edda3bdbb67;p=~emulex%2Finfiniband.git kbuild: fix mode of checkstack.pl and other files. Make it executable like it should be. Do the same for other files intended to be executed by the user - the ones called by the build process needn't be executable as they already work (as argument to their interpreter). Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Sam Ravnborg --- diff --git a/scripts/bloat-o-meter b/scripts/bloat-o-meter old mode 100644 new mode 100755 diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl old mode 100644 new mode 100755 diff --git a/scripts/namespace.pl b/scripts/namespace.pl old mode 100644 new mode 100755 diff --git a/scripts/show_delta b/scripts/show_delta old mode 100644 new mode 100755