summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-14 23:52:42 +0100
committerJim Meyering <meyering@redhat.com>2007-11-14 23:52:42 +0100
commit47a46c844c712f24c5f226743227ae85760f9def (patch)
tree2488aaa7c319b053159cc2f878fa565e45d06f5f /bootstrap
parent9c59b53d8be9c260d83838db2ac62dd7495a6bf4 (diff)
downloadcoreutils-47a46c844c712f24c5f226743227ae85760f9def.tar.xz
Another bootstrap kludge.
* bootstrap: Ensure gnulib-tests/test-*.sh are executable
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index b1d17a33e..e51cb08a9 100755
--- 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'."