diff options
author | monty@hundin.mysql.fi <> | 2001-10-03 17:02:14 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-03 17:02:14 +0300 |
commit | 55a6911bb158126302dd93467818fd2b32bcb78a (patch) | |
tree | bbfafc773031daba5da578013d4bbd52be39e770 /Build-tools | |
parent | 193ae61fc0ee63dfed758c8623f4ec331efd2374 (diff) | |
download | mariadb-git-55a6911bb158126302dd93467818fd2b32bcb78a.tar.gz |
Portability fixes.
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 4cf2477f5bd..8a87d3d2f9d 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -143,7 +143,7 @@ if ($opt_stage <= 1) if ($opt_stage <= 2) { - unlink($opt_distribution) if (!$opt_delete && !$opt_use_old_distribution); + unlink($opt_distribution) if ($opt_delete && !$opt_use_old_distribution); safe_system("$make"); } |