about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-16 22:39:04 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-17 16:38:04 -0800
commit3e38926ff40223031c710cc09c9a4a27d00bd813 (patch)
treecd2853513bb3927357c22cc3f88321ba57be3f84
parent6f3a80e4117af4e2c167101fb4fdba35d3e1f7eb (diff)
downloadrust-3e38926ff40223031c710cc09c9a4a27d00bd813.tar.gz
rust-3e38926ff40223031c710cc09c9a4a27d00bd813.zip
configure: Use a more portable 'date' command to create the bootstrap key
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"