diff options
author | tim@work.mysql.com <> | 2001-01-02 15:24:24 +0100 |
---|---|---|
committer | tim@work.mysql.com <> | 2001-01-02 15:24:24 +0100 |
commit | 7dc1af15df0c8517c65db96db87d077b5f6a5cf0 (patch) | |
tree | 6f5b7cd095b729e26294a1f744d13b6fc8a7cc13 /Build-tools | |
parent | 860719b79b66a4d718015c1b36fc4be691fcb96b (diff) | |
download | mariadb-git-7dc1af15df0c8517c65db96db87d077b5f6a5cf0.tar.gz |
Do-compile Fix typo.
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"); } |