summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1274af20f..c4b9b629b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -535,7 +535,7 @@ fi
mam_template=tests/Makefile.am.in
if test -f $mam_template; then
PERL=perl
- for tool in cut head join pr sort tac tail test tr uniq wc; do
+ for tool in cut head join pr sort tac tail test tr uniq; do
m=tests/$tool/Makefile.am
t=${m}t
rm -f $m $t