configure: Use a more portable 'date' command to create the bootstrap key

This commit is contained in:
Brian Anderson 2015-01-16 22:39:04 -08:00
parent 6f3a80e411
commit 3e38926ff4
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -612,7 +612,7 @@ putvar CFG_RELEASE_CHANNEL
# channel.
# Basing CFG_BOOTSTRAP_KEY on CFG_BOOTSTRAP_KEY lets it get picked up
# during a Makefile reconfig.
CFG_BOOTSTRAP_KEY="${CFG_BOOTSTRAP_KEY-`date +%N`}"
CFG_BOOTSTRAP_KEY="${CFG_BOOTSTRAP_KEY-`date +%H:%M:%S`}"
putvar CFG_BOOTSTRAP_KEY
step_msg "looking for build programs"