build: Rename bugs-in-changelog.sh
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 24 Nov 2010 14:28:32 +0000 (14:28 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 24 Nov 2010 14:29:31 +0000 (14:29 +0000)
bugs-in-changelog.sh [moved from bugs-in-changelog with 95% similarity]

similarity index 95%
rename from bugs-in-changelog
rename to bugs-in-changelog.sh
index bb2c1c5..9173fa4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash -
-# bugs-in-changelog
+# bugs-in-changelog.sh
 # Copyright (C) 2009-2010 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
 # (or any release).  To use it, the only parameter should be the git
 # commit range, eg:
 #
-#   ./bugs-in-changelog "1.0.89.."
+#   ./bugs-in-changelog.sh "1.0.89.."
 
 if [ -z "$1" ]; then
     echo "$0 git-commit-range"