From cdd11b758f2601f7eeda4fca684638b0335d531a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 4 Jun 2011 22:47:52 +0100 Subject: [PATCH] Only include date, not time, in BUGS file. This is so the file does not change so often when using 'make dist'. --- update-bugs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-bugs.sh b/update-bugs.sh index e035bd2..7d50ae4 100755 --- a/update-bugs.sh +++ b/update-bugs.sh @@ -30,7 +30,7 @@ set -e # Print prologue. echo 'NOTE: This file is automatically generated from "update-bugs.sh".' -echo -n 'Last updated: ' ; date +'%Y-%m-%d %H:%M:%S' +echo -n 'Last updated: ' ; date +'%Y-%m-%d' echo ' This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database -- 1.8.3.1