diff options
author | unknown <joerg@mysql.com> | 2005-02-10 14:33:27 +0100 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-02-10 14:33:27 +0100 |
commit | 2e480773c87c52ba0eb0a5ba9acdf75414f75059 (patch) | |
tree | 9593a9891b5cd6b6b1038ff1e64e58e84623871c /div | |
parent | 1b17ba5244d654cdcc5171fbd6e777e5a1a2f34a (diff) | |
download | mariadb-git-2e480773c87c52ba0eb0a5ba9acdf75414f75059.tar.gz |
Change 'Build-tools/Do-compile' from 'system("rm -f ...");' to 'unlink()' to ensure
it also works on file names with special characters.
Build-tools/Do-compile:
Ever and again, some test creates a file name with special characters that need to be
escaped when passed to the shell; as this is not done, 'system("rm -f ...");' fails
on them, the old test tree is not deleted, and the build fails.
Prevent this by changing to Perl 'unlink()' which does not need escaping.
Diffstat (limited to 'div')
0 files changed, 0 insertions, 0 deletions