diff options
author | unknown <mwagner@here.mwagner.org> | 2004-12-13 14:03:19 -0600 |
---|---|---|
committer | unknown <mwagner@here.mwagner.org> | 2004-12-13 14:03:19 -0600 |
commit | 844c6e3495712e30a21090d481428f82ff39e51a (patch) | |
tree | 9aedfed3cd4f0b908b0aa850d41cbea1486bd4e3 /Makefile.am | |
parent | 6dad55159110c113df366e3b1dd377f30ae91efe (diff) | |
download | mariadb-git-844c6e3495712e30a21090d481428f82ff39e51a.tar.gz |
Makefile.am:
s/spaces/TAB/
Makefile.am:
s/spaces/TAB/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6d089cee698..b00b3747294 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,7 +101,7 @@ tags: test: cd mysql-test - ./mysql-test-run - ./mysql-test-run --ps-protocol + ./mysql-test-run + ./mysql-test-run --ps-protocol |