From: Russ Allbery Date: Fri, 9 Jul 2010 23:42:26 +0000 (-0700) Subject: Make config.sub executable X-Git-Tag: openafs-devel-1_5_76~154 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=4e02b143d2e632c8b515d83cc853d43e22a12617 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 --- diff --git a/config.sub b/config.sub old mode 100644 new mode 100755