summaryrefslogtreecommitdiff
path: root/BUILD/autorun.sh
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2006-05-08 18:14:39 -0400
committerunknown <serg@sergbook.mysql.com>2006-05-08 18:14:39 -0400
commit484e89dfb61f8996e9d943415ad3b5c2ed449176 (patch)
tree55745e0f82c527689401bc2037f6ade609bbfdf0 /BUILD/autorun.sh
parent2cd14794cedb533412579817401e098661e6e939 (diff)
downloadmariadb-git-484e89dfb61f8996e9d943415ad3b5c2ed449176.tar.gz
typo fixed
Diffstat (limited to 'BUILD/autorun.sh')
-rwxr-xr-xBUILD/autorun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/autorun.sh b/BUILD/autorun.sh
index 6370de01ae1..7a60464ae91 100755
--- a/BUILD/autorun.sh
+++ b/BUILD/autorun.sh
@@ -6,7 +6,7 @@ die() { echo "$@"; exit 1; }
(cd storage/bdb/dist && sh s_all)
(cd storage/innobase && aclocal && autoheader && \
libtoolize --automake --force --copy && \
- && automake --force --add-missing --copy && autoconf)
+ automake --force --add-missing --copy && autoconf)
aclocal || die "Can't execute aclocal"
autoheader || die "Can't execute autoheader"