Another bootstrap kludge.
authorJim Meyering <meyering@redhat.com>
Wed, 14 Nov 2007 22:52:42 +0000 (23:52 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 14 Nov 2007 22:52:42 +0000 (23:52 +0100)
* bootstrap: Ensure gnulib-tests/test-*.sh are executable

ChangeLog
bootstrap

index d598557..308a4a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-11-14  Jim Meyering  <meyering@redhat.com>
 
+       Another bootstrap kludge.
+       * bootstrap: Ensure gnulib-tests/test-*.sh are executable
+
        #ifdef-out matchpathcon-related code, for now.
        * src/install.c (setdefaultfilecon): #ifdef-out all of the
        matchpathcon-related code, until it's more efficient.
index b1d17a3..e51cb08 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -598,10 +598,12 @@ if test $with_gettext = yes; then
   fi
 fi
 
-# Horrible, coreutils-specific kludge.
+# Horrible, coreutils-specific kludges.
 # Change paths in gnulib-tests/gnulib.mk from "../.." to "..".
 m=gnulib-tests/gnulib.mk
 sed 's,\.\./\.\.,..,g' $m > $m-t
 mv -f $m-t $m
 
+chmod a+x gnulib-tests/test-*.sh
+
 echo "$0: done.  Now you can run './configure'."