diff options
author | monty@donna.mysql.com <> | 2000-12-31 15:00:46 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-31 15:00:46 +0200 |
commit | 4d55e44e3985b104f2513df5bc2df731f6659cf1 (patch) | |
tree | f1166271b7ee2b14fcf1b504f27739378e2fc790 /Makefile.am | |
parent | 24b63d6bdf0362b88ed35eb68cf60badb162f44a (diff) | |
download | mariadb-git-4d55e44e3985b104f2513df5bc2df731f6659cf1.tar.gz |
Fixed typo
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index cdf5ca5d676..bfe6a8a2e43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,5 +64,4 @@ bin-dist: all # Test installation test: - cd mysql-test - ./mysql-test-run + cd mysql-test ; ./mysql-test-run |