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 | 9c2ebb3a673df1c0aab752ec6d8c446e2f70472c (patch) | |
tree | 6f5b7cd095b729e26294a1f744d13b6fc8a7cc13 /Build-tools | |
parent | d262157ebdaf71842386c3ee0d2cac234d55cdf2 (diff) | |
download | mariadb-git-9c2ebb3a673df1c0aab752ec6d8c446e2f70472c.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"); } |