From 22e66dfc129e4a1aee0122020ba403d5fca07bf7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 Mar 2008 23:32:21 +0100 Subject: 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 --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap') 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'." -- cgit v1.2.3-54-g00ecf