summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-02-02 19:25:43 +0100
committerunknown <lenz@mysql.com>2005-02-02 19:25:43 +0100
commit7116beb95dc5eddf704181a096fae37dde46fe38 (patch)
treeb503767057f49ea6d744f91b6357db1fc3ea0276 /Build-tools
parent4c253be8c3c7896d91fc9d0862aa63b8527b196d (diff)
parentd4ac4cb112076cb9f79674f46591c3608cc10318 (diff)
downloadmariadb-git-7116beb95dc5eddf704181a096fae37dde46fe38.tar.gz
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
Build-tools/Bootstrap: Auto merged
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Bootstrap2
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 ";