From 4e02b143d2e632c8b515d83cc853d43e22a12617 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 9 Jul 2010 16:42:26 -0700 Subject: [PATCH] Make config.sub executable Autoconf apparently doesn't care because it runs it explicitly under a shell, but it's sometimes useful to run it manually to check something. Plus, executable shell scripts should be executable on general principles. Change-Id: I0663d91da643f7c0a77fe758ca63f1cc14e81180 Reviewed-on: http://gerrit.openafs.org/2377 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- config.sub | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 config.sub diff --git a/config.sub b/config.sub old mode 100644 new mode 100755 -- 1.9.4