From 3e38926ff40223031c710cc09c9a4a27d00bd813 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 16 Jan 2015 22:39:04 -0800 Subject: [PATCH] configure: Use a more portable 'date' command to create the bootstrap key --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 86ed88c8d06..712db849039 100755 --- a/configure +++ b/configure @@ -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"