From aecdf3c117874e3dc44282600b988d18350b3ad5 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 21 May 2010 11:25:19 +0100 Subject: [PATCH] Fix name of update-bugs script in output file BUGS. --- update-bugs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-bugs b/update-bugs index 73c1e1d..58f6b67 100755 --- a/update-bugs +++ b/update-bugs @@ -29,7 +29,7 @@ bugzilla query -c libguestfs --outputformat='%{bug_id} %{bug_status} %{short_des set -e # Print prologue. -echo 'NOTE: This file is automatically generated from build-aux/update-bugs.' +echo 'NOTE: This file is automatically generated from "update-bugs".' echo -n 'Last updated: ' ; date +'%Y-%m-%d %H:%M:%S' echo ' This contains a local list of the bugs that are open against -- 1.8.3.1