diff options
author | unknown <monty@donna.mysql.com> | 2000-12-31 15:00:46 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-12-31 15:00:46 +0200 |
commit | 7355af8fbd20a79adb84e1679a7af0ef23217b04 (patch) | |
tree | f1166271b7ee2b14fcf1b504f27739378e2fc790 /Makefile.am | |
parent | d30401c9e3f84b6d979e6699adff285eeee2b523 (diff) | |
download | mariadb-git-7355af8fbd20a79adb84e1679a7af0ef23217b04.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 |