summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-12-06 19:43:28 +0000
committerKoen Kooi <koen@openembedded.org>2007-12-06 19:43:28 +0000
commitf46df8d4334dcfe56414655731115cfa466e7188 (patch)
treeaecad1bae9e7e93d7a6d708b2b43c649c888c9b4
parenta780b447814eb7c2c42251236d944dbb277d79d7 (diff)
angstrom build-release.sh: fix month/minute confusion
-rwxr-xr-xcontrib/angstrom/build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index e487669e0d..a4617cd8b4 100755
--- a/contrib/angstrom/build-release.sh
+++ b/contrib/angstrom/build-release.sh
@@ -29,7 +29,7 @@ do_build() {
do_report_success() {
- echo "$(date -u +%Y%M%d%H%M) $target ($BUILD_MODE) built for $machine" >> autobuilder.log
+ echo "$(date -u +%Y%m%d%H%M) $target ($BUILD_MODE) built for $machine" >> autobuilder.log
}
# No graphics