projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
092239c
)
bootstrap: restore kludge removed on 2008-03-12: it's still necessary.
author
Jim Meyering
<meyering@redhat.com>
Wed, 19 Mar 2008 22:32:21 +0000
(23:32 +0100)
committer
Jim Meyering
<meyering@redhat.com>
Wed, 19 Mar 2008 22:50:19 +0000
(23:50 +0100)
* 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>
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index
358d136
..
9c932ee
100755
(executable)
--- 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'."