diff options
author | unknown <tim@work.mysql.com> | 2001-01-02 15:24:24 +0100 |
---|---|---|
committer | unknown <tim@work.mysql.com> | 2001-01-02 15:24:24 +0100 |
commit | e6da25ea25fb460c03119e72550129078999d73a (patch) | |
tree | 6f5b7cd095b729e26294a1f744d13b6fc8a7cc13 /Build-tools | |
parent | 45344b862b08c77dd579b804ef6ed26633a0a1b8 (diff) | |
download | mariadb-git-e6da25ea25fb460c03119e72550129078999d73a.tar.gz |
Do-compile Fix typo.
Build-tools/Do-compile:
Fix typo.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 9fbfb677292..6ab42d5a0d8 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -142,7 +142,7 @@ $test_dir=<$pwd/$host/test/$ver-*>; if ($opt_stage <= 5 && !$opt_no_test) { - safe_cd($test_dir/mysql-test); + safe_cd("$test_dir/mysql-test"); check_system("./mysql-test-run", "tests were successful"); } |