diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-06 19:43:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-06 19:43:28 +0000 |
commit | f46df8d4334dcfe56414655731115cfa466e7188 (patch) | |
tree | aecad1bae9e7e93d7a6d708b2b43c649c888c9b4 | |
parent | a780b447814eb7c2c42251236d944dbb277d79d7 (diff) |
angstrom build-release.sh: fix month/minute confusion
-rwxr-xr-x | contrib/angstrom/build-release.sh | 2 |
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 |