From: Jim Meyering Date: Wed, 19 Mar 2008 22:32:21 +0000 (+0100) Subject: bootstrap: restore kludge removed on 2008-03-12: it's still necessary. X-Git-Tag: v6.11~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e66dfc129e4a1aee0122020ba403d5fca07bf7;p=thirdparty%2Fcoreutils.git 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 --- diff --git a/bootstrap b/bootstrap index 358d1364b9..9c932ee9e2 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'."