diff options
author | lenz@mysql.com <> | 2005-02-02 19:25:43 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2005-02-02 19:25:43 +0100 |
commit | 7213ca46add8cd1674c196851ef1073046ce03d5 (patch) | |
tree | b503767057f49ea6d744f91b6357db1fc3ea0276 /Build-tools | |
parent | 164b2ddf39e5d6feebe33dc6d2a2d527ae8d3d80 (diff) | |
parent | e24d97ae5879fe2752a71d2853782a9fa9d72df1 (diff) | |
download | mariadb-git-7213ca46add8cd1674c196851ef1073046ce03d5.tar.gz |
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap index 827eb4022d7..8b769dca3c4 100755 --- a/Build-tools/Bootstrap +++ b/Build-tools/Bootstrap @@ -214,7 +214,7 @@ if (-d $target_dir) @stat= stat("$target_dir/configure.in"); my $mtime= $stat[9]; my ($sec,$min,$hour,$mday,$mon,$year) = localtime($mtime); - my $mtime= sprintf("%04d%-02d-%02d-%02d:%02d", $year+1900, $mon+1, $mday, $hour, $min); + my $mtime= sprintf("%04d-%02d-%02d-%02d:%02d", $year+1900, $mon+1, $mday, $hour, $min); &logger("Renaming $target_dir to $target_dir-$mtime"); $command= "mv "; |