diff options
author | Richard Jones <rjones@redhat.com> | 2010-05-21 11:25:19 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-05-21 11:25:19 +0100 |
commit | aecdf3c117874e3dc44282600b988d18350b3ad5 (patch) | |
tree | 318d6901116481d1c68450a7306a8dbebd6779d4 /update-bugs | |
parent | 5f9630338b59d422b640a25a02b46abb3c5f1986 (diff) | |
download | libguestfs-aecdf3c117874e3dc44282600b988d18350b3ad5.tar.gz libguestfs-aecdf3c117874e3dc44282600b988d18350b3ad5.tar.xz libguestfs-aecdf3c117874e3dc44282600b988d18350b3ad5.zip |
Fix name of update-bugs script in output file BUGS.
Diffstat (limited to 'update-bugs')
-rwxr-xr-x | update-bugs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-bugs b/update-bugs index 73c1e1d2..58f6b678 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 |