summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-03-19 23:32:21 +0100
committerJim Meyering <meyering@redhat.com>2008-03-19 23:50:19 +0100
commit22e66dfc129e4a1aee0122020ba403d5fca07bf7 (patch)
tree77b5e90601db00a89d56c58a465d99b04d9770b0 /bootstrap
parent092239c608efa6e266599a5d0117bda9cfb60221 (diff)
downloadcoreutils-22e66dfc129e4a1aee0122020ba403d5fca07bf7.tar.xz
bootstrap: restore kludge removed on 2008-03-12: it's still necessary.
* bootstrap: Make the gnulib-tests/test-*.sh scripts executable. This restores code removed by dec8bb25bb6da2fe9fe6dd63c0fbbd593a0e94cb. Reported by Bob Proulx. Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 358d1364b..9c932ee9e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -626,4 +626,7 @@ m=gnulib-tests/gnulib.mk
sed 's,\.\./\.\.,..,g' $m > $m-t
mv -f $m-t $m
+# Make tests executable.
+chmod a+x gnulib-tests/test-*.sh
+
echo "$0: done. Now you can run './configure'."